instagrapi
instagrapi copied to clipboard
🔥 The fastest and powerful Python library for Instagram Private API 2024
Have you recognized a difference in Rate Limits when calling the internal API with mobile headers vs web headers? And are they compatible, so can I use a session from...
Hey, is there an endpoint for manually changing password(without challenge)? Couldn't find something like that.
**Describe the bug** When I log in to a verified Instagram user with 2FA (2FA configured to authentication app), I get a 500 Server Error. It keeps happening all the...
When I use the Lamadava Service (v1/user/by/id) today, it does not work with the error: Too many redirects. And when I try the api online at https://api.lamadava.com/docs#/, it shows the...
### Discussed in https://github.com/adw0rd/instagrapi/discussions/740 Originally posted by **chrishsr** June 23, 2022 I'm fighting Bot accounts on my page, and an API endpoint to Block and report these users would make...
**Describe the bug** Getting this error after multiple times of using `cl.user_medias(page_id, 15)` function. I'm tried with different proxies. **To Reproduce** ``` from instagrapi import Client ... cl = Client()...
Does anybody keep track of scraping limits? How many requests per day can be made to internal api (e.g. [stories](https://i.instagram.com/api/v1/feed/reels_media)) without getting blocked, using normal proxies (not residential)?
**Is your feature request related to a problem? Please describe.** I would like to be able to search all media matching keyword, similar to this UI on the instagram app....
I'm using Ubuntu, ``` from instagrapi import Client from instagrapi.types import StoryMention, StoryMedia, StoryLink, StoryHashtag cl = Client() cl.load_settings('/dump.json') cl.login('ID', 'Pass') #2 step verification activate media = cl.clip_upload( r"time.mp4", "time\n",...