You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,6 +87,30 @@ This is python port of https://github.com/mgp25/Instagram-API, written on PHP. W
87
87
88
88
39) getPopularFeed (TODO);
89
89
90
+
40) getUserFollowings;
91
+
92
+
41) getUserFollowers;
93
+
94
+
42) getSelfUserFollowers;
95
+
96
+
43) getSelfUsersFollowing;
97
+
98
+
44) unlike;
99
+
100
+
45) getMediaComments;
101
+
102
+
46) setNameAndPhone;
103
+
104
+
47) getDirectShare;
105
+
106
+
48) follow;
107
+
108
+
49) unfollow;
109
+
110
+
50) block;
111
+
112
+
51) unblock;
113
+
90
114
### TODO:
91
115
92
116
1) changeProfilePicture;
@@ -107,4 +131,6 @@ This is python port of https://github.com/mgp25/Instagram-API, written on PHP. W
107
131
108
132
9) getLocationFeed;
109
133
134
+
10) backup;
135
+
110
136
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!
0 commit comments