Skip to content

Instantly share code, notes, and snippets.

@Crogers168419
Crogers168419 / Instagram Turbo Bot - Python
Created February 1, 2022 19:27 — forked from durag/Instagram Turbo Bot - Python
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',