-
Hello!
Yesterday, the following code in the *.py script worked perfectly, without errors:
```
from instagrapi import Client
cl = Client()
cl.login(LOGIN, PASSWORD)
us = cl.user_medias_gql(xxx, 1…
-
@user-azad The upload is safe, but you must use the timings (sleeps) as if you were a regular user so that Instagram doesn't suspect you.
About [too many requests](https://github.com/adw0rd/instagr…
-
I am using the following api function and it is returning more than the specified max_amount. I set chunk size to 1000 and the api is returning 1081. I am trying to get the id's of all the followers o…
-
I am attempting to create a client with a proxy to reduce 429 errors. When I test the proxy using the following code I am able to connect with no issues:
proxy = get_proxy()
query = urll…
-
Hi!
Is there any way to share my post to my story like below?
![Artboard 1](https://user-images.githubusercontent.com/87631411/126103747-ba7cfc36-760e-4526-b1c7-f97828046e7d.jpg)
![Artboard 2…
-
```
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/instagrapi/mixins/story.py", line 189, in user_stories
return self.user_stories_gql(user_id, amount)
Fil…
-
I don't know if this is just me (maybe exceeding the rate limit) or if it's a bug raise by either SSL or the story class.
Did it happen to you, too? Or it's just me?
Thanks
### **Traceback**
`…
-
When updating the account's bio of an account tagging a user (like @/instagram) it doesn't make it available to click and only shows it as a string.
The method used for updating the bio is: `accou…
-
`cl.direct_threads()
`
Error:
```
File "C:\Users\Instagr\venv\lib\site-packages\instagrapi\mixins\direct.py", line 57, in direct_threads
threads.append(extract_direct_thread(thread))
F…
-
Hi, I'm trying to log in but i get this error:
requests.exceptions.HTTPError: 429 Client Error: - for url: https://i.instagram.com/api/v1/accounts/contact_point_prefill/
I just downloaded the libr…