Skip to content

Instantly share code, notes, and snippets.

@durag
Last active September 18, 2022 20:48
Show Gist options
  • Save durag/dcd4154d7de080bc834be68d0add532e to your computer and use it in GitHub Desktop.
Save durag/dcd4154d7de080bc834be68d0add532e to your computer and use it in GitHub Desktop.
Instagram Turbo Bot - Python
import requests
from time import sleep
class main:
def __init__(self):
self.headers = {
'Host': 'www.instagram.com',
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0',
'Accept': '*/*',
'Accept-Language': 'en-US,en;q=0.5',
'Accept-Encoding': 'gzip, deflate, br',
'Referer': 'https://www.instagram.com/accounts/edit/',
'X-CSRFToken': 'xmFNy0R8AaPZmFGcPF8Ced2jJxkkQYd0',
'X-Instagram-AJAX': '1',
'X-Requested-With': 'XMLHttpRequest',
'Cookie': 'rur=FRC; mid=WjWe9QALAAG4Nm3YLDNCwbsViODa; urlgen="{\"time\": 1513463541\054 \"x.x.x.x\": 6327}:1eQUVc:rMExo9UDmy90yR8TVgsKn91DLZE"; ig_vw=1920; ig_pr=1; ig_vh=978; ig_or=landscape-primary; ig_notifications_dismiss=1514709338435; csrftoken=xmFNy0R8AaPZmFGcPF8Ced2jJxkkQYd0; ds_user_id=6753257913; sessionid=6753257913%3AhWD3V3jdQ3Lvoc%3A13',
'DNT': '1',
'Connection': 'keep-alive',
}
self.data = {
'username': 'USERNAME',
}
self.session = requests.Session()
self.session.headers.update(self.headers)
self.turbo()
def turbo(self):
while True:
print(self.session.post('https://www.instagram.com/accounts/edit/', data=self.data).text)
sleep(5.1)
if __name__ == "__main__":
main()
@1232154pp4749687
Copy link

1232154pp4749687 commented Mar 4, 2021 via email

Copy link

ghost commented Mar 4, 2021

LMAO what yo ig chief? El jue, 4 mar 2021 a las 19:59, API ([email protected]) escribió:

@.**** commented on this gist. ------------------------------ if you want an instagram turbo buy sai and waah's turbo for 1k usd more info discord.gg/kiss instagram @waah https://github.com/waah ew a com kid shoo — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://gist.github.com/dcd4154d7de080bc834be68d0add532e#gistcomment-3653987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AENY7KQFM7FBMQ33TE4DFJLTB7RATANCNFSM4INDXKPA .

i left com like 2 months ago but @kettleogu

@1232154pp4749687
Copy link

1232154pp4749687 commented Mar 4, 2021 via email

@Crogers168419
Copy link

getin import request could not be resolved what am i doing wrong

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment