Please go through the contribution guidelines,
just a translated Python implementation of this PHP repository
Instagram's private API.
Read the wiki and previous issues before opening a new one! Maybe your issue is already answered.
Wiki for the PHP code should be 90% applicable too because the code is just translated, not transformed
Frequently Asked Questions: F.A.Q.
Do you like this project? Support it by donating
- To the PHP repo
pip install instagram-python
from InstagramAPI import Instagram
instagram = Instagram();
If you want to test code that is in the master branch, which hasn't been pushed as a release, you can use Github.
pip install https://github.com/danleyb2/Instagram-API/archive/master.zip
All examples can be found here
For me,
i love writing code,
for him
After legal measures, Facebook, WhatsApp and Instagram blocked my accounts. In order to use Instagram
on my phone i needed a new phone, as they banned my UDID, so that is basically why i made this API.
According to the company:
"Instagram is a fun and quirky way to share your life with friends through a series of pictures. Snap a photo with your mobile phone, then choose a filter to transform the image into a memory to keep around forever. We're building Instagram to allow you to experience moments in your friends' lives through pictures as they happen. We imagine a world more connected through photos."
MIT
- You will NOT use this API for marketing purposes (spam, massive sending...).
- We do NOT give support to anyone that wants this API to send massive messages or similar.
- We reserve the right to block any user of this repository that does not meet these conditions.
This code is in no way affiliated with, authorized, maintained, sponsored or endorsed by Instagram or any of its affiliates or subsidiaries. This is an independent and unofficial API. Use at your own risk.
If you have any suggestions,contributions or improvements, (unless it should only be applied on this side) please make them to the php repo if you can so i can replicate them to this side