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).
pip3 install selenium
Download, according to OS, from here.
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,
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.
Code based on work originally from Github user tacomonster