2 932
Підписники
+624 години
+77 днів
+26330 день
Архів дописів
2 932
dark=$(curl -sN 'https://app.livechatai.com/api/v1/aibot/reply' \
-H 'accept: text/event-stream' \
-H 'content-type: application/json' \
--data-raw '{"chatbotId":"clm2020z80001mh0f58no73h8","contactId":null,"chatId":null,"question":"من انت","messageType":"TEXT","isFollowUp":false,"streaming":true,"country":"PS","location":"https://livechatai.com/","chatType":"MESSENGER"}' \
| sed -n 's/.*"chatId":"\([^"]*\)".*/\1/p' | head -n 1)
curl -sN 'https://app.livechatai.com/api/v1/aibot/reply' \
-H 'accept: text/event-stream' \
-H 'content-type: application/json' \
--data-raw '{"chatbotId":"clm2020z80001mh0f58no73h8","contactId":null,"chatId":"'"$dark"'","question":"اكمل","messageType":"TEXT","isFollowUp":true,"streaming":true,"country":"PS","location":"https://livechatai.com/","chatType":"MESSENGER"}' \
| while IFS= read -r L; do
case "$L" in
*'"type":"chunk"'*)
echo -n "$L" | sed 's/.*"token":"//;s/".*//'
;;
esac
done
🥷 ¦ يتصل بـ [ app.livechatai.com ]. •
🅱️ ¦ كود من هسا تسلية. •
😎 ¦ الأتصال جيد. •
كود زربة يستحق التجربة 👍👼.2 932
🥷 ¦ يتصل بـ [ openai.com ]. •
🅱️ ¦ كود من 2024. •
😎 ¦ الأتصال جيد. •
كود زربة يستحق التجربة 👍👼.
2 932
curl 'https://api.rewind.ai/v1/chat/completions/' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": "هلا"
}
],
"model": "qwen/qwen-2.5-7b-instruct",
"stream": true
}'
نموذج زربة يستحق التجربة 👍👼.2 932
في كود لـ perplexity بدون حدود وblackbox و gpt-android
اذا تريدوهم تفاعلو وانتظرو كل ليلة بنزل واحد
2 932
تعال لا تشوف من برا جايبلك كود زربة
import requests
import json
import random
import re
import urllib3
urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning)
g1 = {
"gemini-3.5-flash": {"x": '[1,null,null,null,"35609594dbe934d8"]'},
"gemini-deep-research": {"x": '[1,null,null,null,"cd472a54d2abba7e"]'}
}
m1 = "gemini-3.5-flash"
p1 = r"""
Just type your model name, for example: deepseek-v4-flash
"""
s1 = r"""
"""
c1 = "Hehe Fack You: gemini.google.com"
h1 = {
"authority": "gemini.google.com",
"accept": "*/*",
"accept-language": "en-US,en;q=0.9",
"origin": "https://gemini.google.com",
"referer": "https://gemini.google.com/",
"user-agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0 Safari/537.36",
"x-same-domain": "1",
"content-type": "application/x-www-form-urlencoded;charset=UTF-8"
}
u1 = "https://gemini.google.com/_/BardChatUi/data/assistant.lamda.BardFrontendService/StreamGenerate"
b1 = "boq_assistant-bard-web-server_20240519.16_p0"
req = requests.Session()
def x1():
r = req.get("https://gemini.google.com", headers=h1, verify=False)
t = r.text
k1 = None
k2 = None
q1 = re.search(r'"SNlM0e":"(.*?)"', t)
if q1: k1 = q1.group(1)
q2 = re.search(r'"FdrFJe":"([\d-]+)"', t)
if q2: k2 = q2.group(1)
return k1, k2
def x2():
k1, k2 = x1()
d1 = [
[s1 + p1, 0, None, [], None, None, 0],
["en"],
[None, None, None, None, None, []],
None,
None,
None,
[],
0,
[],
[],
1,
0
]
p2 = {
"at": k1,
"f.req": json.dumps([None, json.dumps(d1)])
}
p3 = {
"bl": b1,
"hl": "en",
"_reqid": random.randint(10000, 99999),
"rt": "c",
"f.sid": k2
}
h2 = h1.copy()
h2["x-goog-ext-525001261-jspb"] = g1[m1]["x"]
r = req.post(u1, params=p3, data=p2, headers=h2, stream=True, verify=False)
v1 = ""
for c in r.iter_lines(decode_unicode=True):
if not c:
continue
try:
a1 = json.loads(c)
if not isinstance(a1, list):
continue
if not a1 or len(a1[0]) < 3:
continue
c2 = json.loads(a1[0][2])
t1 = c2[4][0][1][0]
if t1 and t1.startswith(v1):
n1 = t1[len(v1):]
if n1:
print(n1, end="", flush=True)
v1 = t1
except:
pass
print()
if __name__ == "__main__":
x2()
🥷 ¦ يتصل بـGoogle Gemini. •
🅱️ ¦ كود من 2022 ولا 23 نسيت. •
كنت معطيه لبنت في 2022 بس وزعته لكم شخص الكلبة 🤣😂كود زربة يستحق التجربة 👍👼.
2 932
سمعت انو رونالدو تقاعد
مع اني ما اتابع كرة القدم ولا ادري بيها ولا اشجع لاني مش مهتم اصلا بس حزنت عليه هو وسبيد😂
