Skip to content
forked from yoophi/ipa

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

License

Notifications You must be signed in to change notification settings

umbrellacopy/ipa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instagram Private API

like, follow, 사진 업로드 등 작업을 할 수 있는 인스타그램의 비공식 API 입니다.

https://github.com/mgp25/Instagram-API 의 python fork 입니다. https://github.com/LevPasha/Instagram-API-python를 기반으로 조금 더 pythonic 하고 사용하기 편하게 수정하고 있습니다.

설치

$ pip install git+https://github.com/yoophi/ipa.git

아래는 원문의 README 입니다.


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 (TODO);

  3. like;

  4. comment;

  5. deleteComment;

  6. expose;

  7. logout;

  8. editMedia;

  9. removeSelftag;

  10. mediaInfo;

  11. deleteMedia;

  12. getv2Inbox (TODO);

  13. getRecentActivity (TODO);

  14. megaphoneLog;

  15. timelineFeed;

  16. autoCompleteUserList;

  17. syncFeatures;

  18. removeProfilePicture;

  19. setPrivateAccount;

  20. setPublicAccount;

  21. getProfileData;

  22. editProfile;

  23. getUsernameInfo;

  24. getSelfUsernameInfo;

  25. getFollowingRecentActivity (TODO);

  26. getUserTags (TODO);

  27. getSelfUserTags;

  28. getMediaLikers (TODO);

  29. getGeoMedia (TODO);

  30. getSelfGeoMedia;

  31. fbUserSearch (TODO);

  32. searchUsers (TODO);

  33. searchUsername (TODO);

  34. syncFromAdressBook;

  35. searchTags (TODO);

  36. getTimeline (TODO);

  37. searchLocation (TODO);

  38. getSelfUserFeed;

  39. getPopularFeed (TODO);

  40. getUserFollowings;

  41. getUserFollowers;

  42. getSelfUserFollowers;

  43. getSelfUsersFollowing;

  44. unlike;

  45. getMediaComments;

  46. setNameAndPhone;

  47. getDirectShare;

  48. follow;

  49. unfollow;

  50. block;

  51. unblock;

  52. userFriendship;

  53. getLikedMedia;

  54. uploadPhoto;

TODO:

  1. changeProfilePicture;

  2. uploadVideo;

  3. direct_share;

  4. configureVideo;

  5. configure;

  6. getUserFeed;

  7. getHashtagFeed;

  8. getLocationFeed;

  9. backup;

  10. buildBody;

If you want to help - write what you want to do. In other cases, you can do the exact same work with another assistant or me.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%