It will automatically login into your instagram account
Selenium
pip install selenium
Also Download the Chrome Drivers from here according to your chrome version :- click here
uname = "Your instagram username"
pw = "Your instagram password"
python Main.py
Licensed under the MIT License