Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.09 KB

Instagram Bot

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.

Setting Up the Program

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

For installing Virual enviorment

$ pip install virtualenv

For Installing Selenium

$ pip install selenium

Now locate to the folder and activate the virtual enviorment

$ source try/bin/activate

Open up the credentials.py with any editor you like and fill the Credentials of your account.

Ps: Its safe tho:)

Running the program

Just run the following command and wolla, here you go

$ python automation.py

This project is open to contributions too :)