Skip to content

A discord bot based in python to report Instagram Accounts (underage)

Notifications You must be signed in to change notification settings

nedizin/instagram-report-discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A discord bot based in python to report Instagram Accounts (underage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published