username = ("")
password = ("")hashtags = ["Tech", "Python", "Android", "Github"]no_of_post_to_like = 3min_to_sleep = 0.5
#sleeps for 30secIn order to run the browser in the background that is in Headless mode change the value to True
By default it runs without Headless
toRunwith = FalseThe most important step is entering the correct path to Chrome Webdriver
path = ("C:\\chromedriver\\chromedriver.exe")- Python
- Selenium Webdriver
- Chromedriver
- Datetime Module
NOTE: This Bot requires Selenium and Chromedriver to be installed in order to run.
- You have to Install
SeleniumandChromedriver. - To Install
Seleniumrun commandpip3 install seleniumorpip install selenium - Install the Chromedriver from https://chromedriver.chromium.org/downloads according to your Chrome version.
- You should also install Datetime module, to install run command
pip3 install DateTimeorpip install DateTime
NOTE: Use the Bot in your own risk. Stay within limits of action you can do with Instagram.
- MdFarhaan