-
Hi!
First of all thank you @adw0rd for the great work!
During the use of the package I got the following error:
```
Traceback (most recent call last):
File "/Library/Frameworks/Python.fram…
-
i must spam like 4 times the script to successfully connect to instagram.
the error 👍
```
`
Traceback (most recent call last):
File "pontinsta.py", line 94, in
upload_post()
File "p…
-
# Ajustes...
Hey, eu di uma olhada em toda a biblioteca e vi não estava no totalmente no padrão de identação do python.
- Alem de varias brechas para melhorar o desempenho, então eu fiz varias melho…
-
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 same info:…
-
hello
I am creating a story with:
`cl.photo_upload_to_story(
media_path,
caption,
mentions=users_mentiont,
medias=[StoryMedia(media_pk=media_pk, x=0.5, y=0.5,…
-
- Implementazione del database in cui salvare post, utenti e location con oggetti ad hoc. Instagrapi -> dict -> ParseDict() -> MyObject -> To DB.
Media ha già una sua funzione che crea un dizionario,…
-
if a user has more number of followers(10k) the user_followers(user_id) method hangs and returns 429. i tried playing with multiple values for request_timeout ,but still has the same issue.
…
-
Whenever I am trying to scrap the data and it asks for key, how can I automate the process without putting any code manually , I used get_code_from_email - But no luck getting below error, although I …
-
user_medias function returns empty list
**Code:**
```python
from instagrapi import Client
cl = Client()
cl.login_by_sessionid("REDACTED")
media_raw=cl.user_medias(cl.user_id)
print(cl.account…
-
**Is your feature request related to a problem? Please describe.**
Not sure if it's problem or feature or even exists in this project.
I want to keep session of my last login, or even read login ses…