-
-
## Is your feature request related to a problem? Please describe.
in this function .photo_upload or .album_upload is any way to getting upload url from the return?
There is media.dict() and there …
-
**Describe the bug**
Pillow is missing in the requirements.
**To Reproduce**
`pip install instagrapi` on a machine without `Pillow` and run the first example.
**Traceback**
```
...
fr…
-
create our own "api"
-
**Describe the bug**
A clear and concise description of what the bug is.
After posting a video, a spawned ffmpeg will remain open if a miscellaneous error occurs.
**To Reproduce**
Provide …
-
**Describe the bug**
- When creating a Client object with stored cookies, I am able to successfully login using Client.login but after, when trying to call hashtag_medias_top or media_likers, both ra…
-
**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…
-
**Describe the bug**
I receive the following error when using the follow_user method: We restrict certain activity to protect our community.
**To Reproduce**
from instagrapi import Client
cl…
-
**Describe the bug**
Basically title, I try to login but Instagram require challenge, it fail with below traceback and I have to manually connect to Instagram and pass a sms code verification.
The…
-
**Describe the bug**
"login_required" error against two factor authentication
**To Reproduce**
```
cli = Client()
code = cli.totp_generate_code("MYSEED")
cli.login(username="USERNAME",pass…