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 protected]", "pass", browser1], ["[email protected]", "pass", browser2], ["[email protected]", "pass", browser3], ["[email protected]", "pass", browser4]]
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