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 입니다.
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...
-
login;
-
tagFeed (TODO);
-
like;
-
comment;
-
deleteComment;
-
expose;
-
logout;
-
editMedia;
-
removeSelftag;
-
mediaInfo;
-
deleteMedia;
-
getv2Inbox (TODO);
-
getRecentActivity (TODO);
-
megaphoneLog;
-
timelineFeed;
-
autoCompleteUserList;
-
syncFeatures;
-
removeProfilePicture;
-
setPrivateAccount;
-
setPublicAccount;
-
getProfileData;
-
editProfile;
-
getUsernameInfo;
-
getSelfUsernameInfo;
-
getFollowingRecentActivity (TODO);
-
getUserTags (TODO);
-
getSelfUserTags;
-
getMediaLikers (TODO);
-
getGeoMedia (TODO);
-
getSelfGeoMedia;
-
fbUserSearch (TODO);
-
searchUsers (TODO);
-
searchUsername (TODO);
-
syncFromAdressBook;
-
searchTags (TODO);
-
getTimeline (TODO);
-
searchLocation (TODO);
-
getSelfUserFeed;
-
getPopularFeed (TODO);
-
getUserFollowings;
-
getUserFollowers;
-
getSelfUserFollowers;
-
getSelfUsersFollowing;
-
unlike;
-
getMediaComments;
-
setNameAndPhone;
-
getDirectShare;
-
follow;
-
unfollow;
-
block;
-
unblock;
-
userFriendship;
-
getLikedMedia;
-
uploadPhoto;
-
changeProfilePicture;
-
uploadVideo;
-
direct_share;
-
configureVideo;
-
configure;
-
getUserFeed;
-
getHashtagFeed;
-
getLocationFeed;
-
backup;
-
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.