Unofficial Instagram API to give you access to ALL Instagram features (like, follow, upload photo and video, etc)! Written in Python.
-
Fork/Clone/Download this repo
git clone https://github.com/sahiltspaceo/Instagram-API-python.git -
Navigate to the directory
cd Instagram-API-python -
Install the dependencies
pip install -r requirements.txt -
Navigate to code directory
cd code -
Run the command
FLASK_APP=run.py flask run --host='0.0.0.0'