Instagram bot with Auto login
This python script can automatically login into your Instagram.
- Install requirements using terminal or command line. You should run this command
pip install -r requirements.txt
. - Create a .env file in the current directory and add ig username and password as explained in the first comment in run.py
- Open a terminal or cmd again and run the bot using this command:
python instagram.py
.