forked from subzeroid/instagrapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
Features: | ||
1. Performs Public API (web, anonymous) or Private API (mobile app, authorized) requests depending on the situation (to avoid Instagram limits) | ||
1. Performs Public API (web, anonymous) or Private API (mobile app, authorized) | ||
requests depending on the situation (to avoid Instagram limits) | ||
2. Challenge Resolver have Email (as well as recipes for automating receive a code from email) and SMS handlers | ||
3. Support upload a Photo, Video, IGTV, Clips (Reels), Albums and Stories | ||
4. Support work with User, Media, Insights, Collections, Location (Place), Hashtag and Direct objects | ||
|
@@ -30,7 +31,7 @@ | |
|
||
setup( | ||
name="instagrapi", | ||
version="1.16.40", | ||
version="1.16.41", | ||
author="Mikhail Andreev", | ||
author_email="[email protected]", | ||
license="MIT", | ||
|