Арабский питон
Відкрити в Telegram
Привет @durov Канал не нарушает правила Telegram. Нет спама, оскорблений, порнографии или нзаконной торговли. Пожалуйста, пересмотрите жалобы. Спасибо!
Показати більше1 853
Підписники
-5724 години
-2167 днів
-1 07230 день
Архів дописів
1 831
Repost from Арабский питон
import requests,random,secrets,threading,time,json
from faker import Faker
from requests.adapters import HTTPAdapter
from urllib3.util.retry import Retry
import codecs
a,b="",""
c=threading.Lock()
d=threading.Event()
d.set()
e=0;f=0;g="";h="";i=0;j=threading.local()
def k():
s=requests.Session();r=Retry(total=2,backoff_factor=0.1,status_forcelist=[500,502,503,504]);a=HTTPAdapter(pool_connections=100,pool_maxsize=100,max_retries=r);s.mount('https://',a);s.mount('http://',a);return s
def l():
y=random.choice([2012,2013]);z={2012:(17750001,279760000),2013:(279760001,900990000)};return str(random.randint(*z[y]))
def m():
if not hasattr(j,'s'):j.s=k();j.f=Faker()
return j.s,j.f
def n():
s,f=m()
while True:
try:
p=l();q=secrets.token_hex(32);r=secrets.token_hex(27);t=secrets.token_hex(36);u=secrets.token_hex(24);v=f.user_agent();w=''.join(random.choice('936619743392459')for _ in range(15));x={'csrftoken':q,'ps_l':'0','ps_n':'0','ig_did':t,'ig_nrcb':'1','dpr':'2','mid':r,'datr':u};y={'user-agent':v,'viewport-width':'891','x-asbd-id':'129477','x-csrftoken':q,'x-fb-friendly-name':'PolarisProfilePageContentQuery','x-fb-lsd':'AVoRhvRPoRs','x-ig-app-id':w};z={'lsd':'AVoRhvRPoRs','variables':f'{{"id":"{p}","relay_header":false,"render_surface":"PROFILE"}}','server_timestamps':'true','doc_id':'7381344031985950'};o=s.post('https://www.instagram.com/api/graphql',cookies=x,headers=y,data=z,timeout=3);b=o.json()
if 'data' in b and b['data'] and 'user' in b['data']:
uf=b['data']['user'];un=uf.get("username","unknown");up=f"{un}";print(up);c.acquire();open('u.txt','a').write(up+'\n');c.release()
except:continue
if __name__=='__main__':
t=100;h=[]
for i in range(t):th=threading.Thread(target=n,daemon=True);th.start();h.append(th)
try:
for th in h:th.join()
except:pass
وذا سيرش1 831
import random
import string
a = string.ascii_lowercase
while True:
word_length = random.choice([5, 6])
g = ''.join(random.choice(a) for _ in range(word_length))
print(g)
with open("list.txt", "a", encoding="utf-8") as f:
f.write(f"{g}\n")
Вже доступно! Дослідження Telegram за 2025 — головні інсайти року 
