Skip to content

Commit bbb76c8

Browse files
committed
Bump 1.3.2 with new description
1 parent 15c6f32 commit bbb76c8

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

setup.py

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,25 @@
11
from setuptools import setup, find_packages
22

33
long_description = '''
4-
Fast and effective Instagram Private API wrapper (public+private requests and challenge resolver)
4+
Fast and effective Instagram Private API wrapper (public+private requests and challenge resolver).
5+
6+
Use the most recent version of the API from Instagram.
7+
8+
### Features
9+
10+
1. Performs Public API (web, anonymous) or Private API (mobile app, authorized) requests depending on the situation (to avoid Instagram limits)
11+
2. Challenge Resolver have Email (as well as recipes for automating receive a code from email) and SMS handlers
12+
3. Support upload a Photo, Video, IGTV, Albums and Stories
13+
4. Support work with User, Media, Insights, Collections, Location (Place), Hashtag and Direct objects
14+
5. Like, Follow, Edit account (Bio) and much more else
15+
6. Insights by account, posts and stories
16+
7. Build stories with custom background, font animation, swipe up link and mention users
17+
8. In the next release, account registration and captcha passing will appear
518
'''
619

720
setup(
821
name='instagrapi',
9-
version='1.3.1',
22+
version='1.3.2',
1023
author='Mikhail Andreev',
1124
author_email='[email protected]',
1225
license='MIT',

0 commit comments

Comments
 (0)