Releases: subzeroid/instagrapi
Releases · subzeroid/instagrapi
Authorization header
Switched to a new authorization mechanism (from cookies to Authorization header)
set_country/set_locale
Added cl.set_country
Added cl.set_locale
And update Instagram App version to 194.0.0.36.172
Archive, Hide and Delete
Several method for Media, Direct Thread and Comment:
- media_archive
- media_unarchive
- direct_thread_hide
- comment_bulk_delete
Support 2FA
login(username, password, verification_code='<CODE>')
- TwoFactorRequired exception
direct_thread_by_participants
Added search thread by user_id
cl.direct_thread_by_participants([user_id])
direct_search
1.6.2 Added Client.direct_search and bump to 1.6.2
Reels Support
1.6.1 Bump 1.6.1 (Support Reels Clip)
Media likers
Added cl.media_likers(media_id) -> List[UserShort]
Mark a story as seen
Added cl.story_seen([story_pk, ...], [skipped_story_pk, ...])
Story/Stickers
Added STorySticker type and method for upload area markup (as static_models) to instagram