Unofficial Instagram API which has these features:
- Upload photo
- Upload video
It is a port of https://github.com/mgp25/Instagram-API which is written in PHP.
NOTE: To successfully parse for a long time you should verify your phone number in your Instagram account. The new fake Instagram account with an unverified phone number after ~ 1-24 hours could not do any requests. All requests will be redirected to the page https://instagram.com/challenge
-
Fork/Clone/Download this repo
git clone https://github.com/blediboss/Instagram-API-python.git
-
Navigate to the directory
cd Instagram-API-python
-
Install the dependencies
pip install -r requirements.txt
-
Modify examples\test.py with your own username and password
-
Run the test.py script (use text editor to edit the script and type in valid Instagram username/password)