Skip to content

Commit 5d5fefc

Browse files
authored
Clean Readme
Also close all issue before 1 September. Reopen it if you need.
1 parent 9d453a0 commit 5d5fefc

File tree

1 file changed

+0
-138
lines changed

1 file changed

+0
-138
lines changed

README.md

Lines changed: 0 additions & 138 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
# Instagram-API-python
2-
<img src="https://img.shields.io/badge/Coverage-65%25-yellow.svg">
3-
<img src="https://img.shields.io/badge/Version-b%200.01-orange.svg">
42
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=7BMM6JGE73322&lc=US&item_name=GitHub%20donation&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted" title="Support project"><img src="https://img.shields.io/badge/Support%20project-paypal-brightgreen.svg"></a>
53
<a href="https://github.com/LevPasha/Instagram-bot-cs" title="Instagram C# bot"><img src="https://img.shields.io/badge/C%23%20InstaBot-v1.0-blue.svg"></a>
64
<a href="https://github.com/LevPasha/instabot.py" title="python InstaBot"><img src="https://img.shields.io/badge/python%20InstaBot-v1.0.1-blue.svg"></a>
@@ -51,139 +49,3 @@ The new fake Instagram account with an unverifird phone number after ~ 1-24 hour
5149
2. Import InstagramAPI from a python command prompt
5250

5351
`from InstagramAPI import InstagramAPI`
54-
55-
56-
57-
### Now InstagramAPI.py can:
58-
59-
1) login;
60-
61-
2) tagFeed (TODO);
62-
63-
3) like;
64-
65-
4) comment;
66-
67-
5) deleteComment;
68-
69-
6) expose;
70-
71-
7) logout;
72-
73-
8) editMedia;
74-
75-
9) removeSelftag;
76-
77-
10) mediaInfo;
78-
79-
11) deleteMedia;
80-
81-
12) getv2Inbox (TODO);
82-
83-
13) getRecentActivity (TODO);
84-
85-
14) megaphoneLog;
86-
87-
15) timelineFeed;
88-
89-
16) autoCompleteUserList;
90-
91-
17) syncFeatures;
92-
93-
18) removeProfilePicture;
94-
95-
19) setPrivateAccount;
96-
97-
20) setPublicAccount;
98-
99-
21) getProfileData;
100-
101-
22) editProfile;
102-
103-
23) getUsernameInfo;
104-
105-
24) getSelfUsernameInfo;
106-
107-
25) getFollowingRecentActivity (TODO);
108-
109-
26) getUserTags (TODO);
110-
111-
27) getSelfUserTags;
112-
113-
28) getMediaLikers (TODO);
114-
115-
29) getGeoMedia (TODO);
116-
117-
30) getSelfGeoMedia;
118-
119-
31) fbUserSearch (TODO);
120-
121-
32) searchUsers (TODO);
122-
123-
33) searchUsername (TODO);
124-
125-
34) syncFromAdressBook;
126-
127-
35) searchTags (TODO);
128-
129-
36) getTimeline (TODO);
130-
131-
37) searchLocation (TODO);
132-
133-
38) getSelfUserFeed;
134-
135-
39) getPopularFeed (TODO);
136-
137-
40) getUserFollowings;
138-
139-
41) getUserFollowers;
140-
141-
42) getSelfUserFollowers;
142-
143-
43) getSelfUsersFollowing;
144-
145-
44) unlike;
146-
147-
45) getMediaComments;
148-
149-
46) setNameAndPhone;
150-
151-
47) getDirectShare;
152-
153-
48) follow;
154-
155-
49) unfollow;
156-
157-
50) block;
158-
159-
51) unblock;
160-
161-
52) userFriendship;
162-
163-
53) getLikedMedia;
164-
165-
54) uploadPhoto;
166-
167-
### TODO:
168-
169-
1) changeProfilePicture;
170-
171-
3) uploadVideo;
172-
173-
4) direct_share;
174-
175-
5) configureVideo;
176-
177-
6) configure;
178-
179-
7) getUserFeed;
180-
181-
8) getHashtagFeed;
182-
183-
9) getLocationFeed;
184-
185-
10) backup;
186-
187-
11) buildBody;
188-
189-
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.

0 commit comments

Comments
 (0)