Instagram bot is a python code that does a certain feature on instagram with just a single command. From posting multiple images to liking the stuff on your feed, All via code
- The program is under developement and just an image as of now. Will soon push all the features soon.
User needs to install virual enviroment and selenium webdrivers. Download the chromedrivers from here. Extract it and move it to /usr/local/bin/chromedriver with root access.
$sudo mv /home/username/Downloads/chromedriver /usr/local/bin
$ pip install virtualenv
$ pip install selenium
$ source try/bin/activate
Ps: Its safe tho:)
Just run the following command and wolla, here you go
$ python automation.py
This project is open to contributions too :)