-
I have an 400 Bad request error when try to login and then instagrapi calls https://i.instagram.com/api/v1/accounts/login/ and I get
Traceback (most recent call last):
File "C:\Users\DNL-Dami\…
-
**Story Upload Issue with Mentions, Links, Hashtags, and Locations Not Appearing in Datastructure**
**Description**
When uploading a story to Instagram using the Instagrapi private API, the mentio…
-
**Is your feature request related to a problem? Please describe.**
Hi team. Thank you for this brilliant library. I'm facing an issue solving reCaptch after connecting and trying to get recent hashta…
-
You can like media with Instagrapi, but I can’t find a way to see all the media I’ve liked.
Is there a way to list the posts I liked?
-
### Getting exception when trying to do client.photo_upload_to_story()
**Describe the bug**
I'm using the Client to perform photo_upload_to_story in the following way
`storyPosted = self.instagra…
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
when i try to login to instgram by instagrapi by the following code
```
from instagrapi import Cl…
-
The example from README
```
pip install instagrapi
```
-->
```
from instagrapi import Client
ACCOUNT_USERNAME = "gremli350@fastmail.com"
ACCOUNT_PASSWORD = "lML0XLLAoWkxMMWvBtQU"
cl = C…
-
http://localhost:8000/auth/login
I am trying to login. Account has 2FA . First I filled username and password after that I get the 2FA code via email and filled the input and send another request but…
-
**I get this error after using any direct sending method**
> Error unsupported operand type(s) for //: 'str' and 'int'
- OS: windows 11
- Python version 3.12.2
- instagrapi version 2.0.3
-
**Describe the bug**
If the amount increases by more than a certain number, a LoginRequired exception occurs.
**To Reproduce**
After `cl.login`,
`cl.hashtag_medias_recent(tag, amount=100)` is wo…