Skux
Skux
Any thoughts how to get query hash now days? Seems it changed and we can't get it in same way anymore
Query_hash that is used for get_likes has been changed/disabled. As far I know they replaced some Graphql with REST so that's the reason. I guess we have to wait until...
If you want to scrape data such as likers you should be logged in. Instagram doesn't allow view likers in public request
> @Skuxblan How to you use the method you talked about? I'm new to programing but I would like to be able to download information about who liked the post....
The query_hash that is used `1cb6ec562846122743b61e492c85999f` is not working. Instagram changing their API since few weeks. The issue with likes is already [here](https://github.com/instaloader/instaloader/issues/2175)
Instagram must have changed something. The query_hash that is used 1cb6ec562846122743b61e492c85999f isn't working anymore. If you go to https://www.instagram.com/graphql/query/?query_hash=1cb6ec562846122743b61e492c85999f you will see that ``` message: "" spam: true status: "fail"...
> The URL to view the likes that I am seeing is `https://www.instagram.com/api/v1/media/:mediaid/likers/` which has a response of {"users":Array[Dict{}],"user_count":int,"status":"ok"} It is available for years. This has no pagination so you...
> If the problem is with Instagram, why do other libraries output at least part of the likes? Because it uses different method that has no pagination. Check it yourself...
use `pip install -U discord==1.7.3` and the issue is gone
Then try: `pip install -U discord==1.7.3` after that `pip install -U discord.py==1.7.3` Just checked that on my pc and worked