Skip to content

Latest commit

 

History

History
62 lines (33 loc) · 1.29 KB

File metadata and controls

62 lines (33 loc) · 1.29 KB

Instagram-API-python

Unofficial instagram API, give you access to ALL instagram features (like, follow, upload photo and video and etc)! Write on python.

This is python port of https://github.com/mgp25/Instagram-API, written on PHP. Work in progress to copy all functional...

Now InstagramAPI.py can:

  1. login;

  2. tagFeed;

  3. like;

  4. comment;

  5. deleteComment;

  6. expose;

  7. logout;

  8. editMedia;

  9. removeSelftag;

  10. mediaInfo;

  11. deleteMedia;

  12. getv2Inbox;

  13. getRecentActivity;

  14. megaphoneLog;

  15. timelineFeed;

  16. autoCompleteUserList;

  17. syncFeatures;

TODO:

  1. changeProfilePicture;

  2. uploadPhoto;

  3. uploadVideo;

  4. direct_share;

  5. configureVideo;

  6. configure;

Original contains more than 1500 rows, I will be glad if you could help me! The hardest part is done - it left to rewrite a bunch of features that simply. Thank you!