Hey, here is some work I have done using the Python libraries Instabot and Selenium. Feel free to use any of the code from my project!
Diclaimer
- I am not responsible for any harm or loss of account by using this repository
- Be warned that Instagram may delete or suspend your account, as Instagram is able to detect bots
If you would like to make your own Instagram bot follow the following instructions:
- Download this repository
- Open the index.py file in your favorite text editor. (You may use notepad)
- Replace the two variables ("YOURUSERNAME" and "YOURPASSWORD") with the username and password that you would like to use... Do not worry, this is stored locally on your device... It is not being sent anywhere.
- Download a Chrome driver: https://chromedriver.chromium.org/downloads
- Place the download in the same file as your index.py file
- Run the "index.py" file however you would like. Personally, I run my files through the command line.
- It should be working!
** If you have any questions email me at Rangergraff@gmail.com**