nedizin / instagram-report-discord-bot

A discord bot based in python to report Instagram Accounts (underage)
7 stars 2 forks source link

InstagramReport

An selenium application to auto report an account based on a discord bot made in python.

Example for using multiple accounts:


browser1 = webdriver.Firefox()
browser2 = webdriver.Firefox()
browser3 = webdriver.Firefox()
browser4 = webdriver.Firefox()

contas = [["email@gmail.com", "pass", browser1], ["email2@gmail.com", "pass", browser2], ["email3@gmail.com", "pass", browser3], ["email4@gmail.com", "pass", browser4]]

Install

Open install.bat to install librarys / dependencies

Config main.py with the accounts and browsers and the bot token (get one here : https://discordapi.com )

Open run.bat and enjoy :)

Default prefix : insta!

Used librarys:

selenium
os
urllib.request
string
random
time
requests
discord

Soon fix