Instagram Bot that sends messages to multiple people using tkinter and an easy to use GUI.
https://github.com/katewajasvir/Insta-PythonBOT/blob/main/Instagram Bot Ppt.pdf
-
Download virtual environment if not installed already through your terminal/cmd:
python3 -m pip install --user virtualenv
-
Create a python virtual environment so that the dependencies need not be installed globally:
Make sure you name it 'env' for the .gitignorepython3 -m venv env
Mac:source env/bin/activate
Windows:.\env\Scripts\activate
-
Install all the dependencies:
pip install -r requirements.txt
-
You're all set to go:
python instabot.py
ORpython3 instabot.py