username = ("")
password = ("")
hashtags = ["Tech", "Python", "Android", "Github"]
no_of_post_to_like = 3
min_to_sleep = 0.5
#sleeps for 30sec
In 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 = False
The 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
Selenium
andChromedriver
. - To Install
Selenium
run commandpip3 install selenium
orpip 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 DateTime
orpip install DateTime
NOTE: Use the Bot in your own risk. Stay within limits of action you can do with Instagram.
- MdFarhaan