instagrapi
instagrapi copied to clipboard
[BUG] There is a problem with Public graphgql request
while using this
test=bot._cl.user_followers_gql(43755885663, amount=20)
print([user.username for user in test])
i get
{'user': {'edge_followed_by': {'count': 115414, 'page_info': {'has_next_page': False, 'end_cursor': None}, 'edges': []}}}
as data there must be some users informations in edges, but I don't get them.
I have been searching in public_graphql_request and i find that the function get no data.