0% found this document useful (0 votes)
16 views2 pages

03

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views2 pages

03

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

import webbrowser

webbrowser.open('https://t.me/contentt_hubb')
import os
try:
from rich.console import Console
from rich.live import Live
except:
os.system("pip install rich")
from rich.console import Console
from rich.live import Live
try:
import requests
except:
os.system("pip install requests")
import requests
try:
from user_agent import generate_user_agent
except:
os.system("pip install user_agent")
from user_agent import generate_user_agent

try:
from random import randrange,choice
except:
os.system("pip install random")
from random import randrange,choice

def qqq():
while True:
try:
lsd=''.join(choice('eQ6xuzk5X8j6_fGvb0gJrc') for _ in range(16))
id=str(randrange(10000,19988755))
headers = {
'accept': '*/*',
'accept-language': 'en-US,en;q=0.9',
'content-type': 'application/x-www-form-urlencoded',
'origin': 'https://www.instagram.com',
'referer': 'https://www.instagram.com/0s9s/',
'user-agent': str(generate_user_agent()),
'x-fb-lsd': 'qredes'+lsd,
}
data = {
'lsd': 'qredes'+lsd,
'variables':
'{"id":"'+id+'","relay_header":false,"render_surface":"PROFILE"}',
'doc_id': '7397388303713986',
}
username = requests.post('https://www.instagram.com/api/graphql',
headers=headers, data=data).json()['data']['user']['username']#['@im_d3mon']
print(f'\x1b[38;5;208m|| --» : {username}')
with open('username.txt', 'a') as f:
f.write(username+'\n')
except:
print('error')
from threading import Thread
for _ in range(100):
Thread(target=qqq).start()

# by @im_d3mon

You might also like