Skip to content

This small piece of code will create an account automatically by randomizing names.

License

Notifications You must be signed in to change notification settings

Yezz123-Archive/Instacount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Automatic Account Creator Bot

  • This small piece of code will create an account automatically by randomizing names. You need Selenium library installed. This is an ongoing work. Beware that Instagram has security measures to prevent bot usage. Do not forget to change the Web driver you use from the part of the code:

  • first install the Requirements :

$ pip install -r requirements.txt
  • Then install the WebDriver for Chrome.
  • then, Start by putting the path for you webDriver, you can change it if you use Firefox.
browser = webdriver.Chrome("your chrome driver path here")
#Another browser
browser = webdriver.Firefox("your firefox driver path here")

About

This small piece of code will create an account automatically by randomizing names.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages