-
hashtag_medias_recent always returning top media instead of recent media.
Can be reproduced from below code.
`
from instagrapi import Client
import time
client = Client()
client.login('','')…
-
I'm trying to login with valid username and password but get an error "The username you entered doesn't appear to belong to an account"
```
Traceback (most recent call last):
File "/home/ubuntu…
-
Hoping to get some assistance.
I started getting 401 errors while scraping with without logging in. I'm only sending 1 request.
`requests.exceptions.HTTPError: 401 Client Error: Unauthorized fo…
-
when trying to log in, the following error is displayed
```
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Lib\site-
packages\urllib3\con…
-
I log in to an Instagram account using the login_by_session_id method(with a saved session). When I try to make a direct_message_delete request with a valid thread and message id(I'm the sender of the…
-
Hi, I want to use the handle exception event.
But I don't know `self` instance used in https://adw0rd.github.io/instagrapi/usage-guide/handle_exception.html code, points to what class?
-
I followed below steps -
cl = Client()
print(cl.get_settings())
>> settings = {'uuids': {'phone_id': 'a3e60051-dc5b-4dd4-b089-29ab63deddcb', 'uuid': '3c6df3c5-39cc-480f-ba6d-47d999bfd59c', 'client_…
-
Every time that get_timeline_feed() is called, the api returns the same posts.
I've tried with "is_pull_to_refresh":True and False but with the same result.
I've tried putting "max_id" param in the …
-
There is no reply function (for what I've found) and I would want to be able to reply to comments on media.
If I'm wrong about this, just tell me how to reply, it would be appreciated, thanks!
-
**Describe the bug**
I am trying to get the comments under a post, but when i try to do that, i am getting an error
```
Status 404: Endpoint /v1/media/https://www.instagram.com/p/CpdqSPHvS9a/?utm_s…