InstaBot
A collection of Python scripts that automates the Firefox browser to log on to a Instagram account (account username and password specified by user in each script) to like/follow/unfollow user photos, accounts and more (script specific information and instructions follow). Users can use InstaBot passively and will be notified of completion/status of tasks through an automatic Gmail email.
Install / Use
/learn @nikilkumar9/InstaBotREADME
InstaBot
A collection of Python scripts that automates Firefox browser to log on to a Instagram account (account username and password specified by user in each script) to like/follow/unfollow user photos, accounts and more (script specific information and instructions follow).
Packages/Libraries (that have to be installed)
1. Selenium
pip3 install selenium
2. Geckodriver
Download, according to OS, from here.
~~ Optional ~~
The usernames, whose profiles have been followed by the bot, are stored in a simple mySQL workbench database. This is optional, feel free to use whatever database you prefer. Connecting the database to the script is fairly simple.
For reference,
- SQL Community Server download here. (According to OS)
- mySQL Workbench download here. (According to OS)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Remark
Code based on work originally from Github user tacomonster
