Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 861 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 861 Bytes

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:

browser = webdriver.Chrome("your chrome driver path here")

Also, you can use other browsers with tweaking the code.

#Another browser
browser = webdriver.Firefox("your firefox driver path here")

Requirements

run pip install -r requirements.txt

New features

  • Fake email address
  • Getting verification code

Note:

Don't forget to add the BeautifuSoup and Requests libraries to take fake email.