instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

๐Ÿ”ฅ The fastest and powerful Python library for Instagram Private API 2024

Results 296 instagrapi issues
Sort by recently updated
recently updated
newest added

``` from instagrapi import Client cl=Client() cl.login_by_sessionid('un','pw') print(cl.media_seen([2695864606796082985])) ``` cant send view for video with this method

bug

Add the functionality to specify the text of the StoryLink sticker Something like: ` StoryLink(webUri="https://github.com", text="Tap me") `

enhancement

I have 2FA enabled on my account and trying to login along with passing the auth code but for some reason the login always fails. I can login to the...

bug

I get this if I leave it running on a scheduled job. Is this known, or are their any ways to counter it? Exception: ChallengeResolve: Unknown step_name "selfie_captcha" for "streetwards"...

bug

### Compensate with donations ($30 and more) for the time I spent to implement new functionality [![Donate](https://www.buymeacoffee.com/assets/img/custom_images/yellow_img.png)](https://www.buymeacoffee.com/adw0rd) * Bitcoin: 3KHgnvNNWio6wyQ71cgNeBQojXStxzkzfd * Ethereum: 0x6e644c6b975B47801072b07a9a57DDfEC10DE74F * https://paypal.me/adw0rd * For Russia: ะกะ‘ะŸ, Qiwi...

enhancement

The feature I'm proposing is just an enhancement. It would be nice to be able to access the story viewers: if I'm correct there is no way of doing that...

enhancement

Would be great to check how SMS verification works for 2fa and implement it. Thank you!

enhancement

**VideoTooLongException** on a 20+ minute video. [See Notebook to reproduce this issue](https://colab.research.google.com/gist/ucalyptus/4d6264ac735610f08c12d73bab798580/long-video-failure.ipynb#scrollTo=bS9s-lAF-p34)

bug

**Describe the bug** "login_required" error against two factor authentication **To Reproduce** ``` cli = Client() code = cli.totp_generate_code("MYSEED") cli.login(username="USERNAME",password="PASSWD",verification_code=str(code)) ``` **Traceback** ``` Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/instagrapi/mixins/private.py", line...

bug