Skip to content

Commit 13082c2

Browse files
committed
Bump 1.8.0 (update Instagram App version, support country an locale #241)
1 parent f699b6b commit 13082c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/usage-guide/interactions.md

+2
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ cl.login(USERNAME, PASSWORD)
129129
| user\_id | int | Return your user\_id (after login)
130130
| device | dict | Return device dict which we pass to Instagram
131131
| base\_headers | dict | Base headers for Instagram
132+
| set\_country(country: str = "US") | bool | Set country (advice: use the country of your proxy)
133+
| set\_locale(locale: str = "en_US") | bool | Set locale (advice: use the locale of your proxy)
132134

133135
## Challenge resolving
134136

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
setup(
3232
name='instagrapi',
33-
version='1.7.19',
33+
version='1.8.0',
3434
author='Mikhail Andreev',
3535
author_email='[email protected]',
3636
license='MIT',

0 commit comments

Comments
 (0)