littlecodersh / itchatmp

A complete and graceful API for wechat mp. 完备优雅的微信公众号接口,原生支持同步、协程使用。
http://itchatmp.readthedocs.io
MIT License
1.56k stars 339 forks source link

如何获取游戏排行榜的数据? #60

Open applehub opened 2 months ago

applehub commented 2 months ago

我这里有个需求,需要抓取微信这个数据:微信 -> 发现 -> 游戏 -> 找游戏 -> 排行榜, image 通过抓包发现后端接口其实是https://game.weixin.qq.com/cgi-bin/gamecenterwap/getmixedgamelist,但是这个接口本地调用需要cookie,但是这个cookie不知道怎么拿?想着通过itchatmp来拿,发现好像不行。另外这个数据在’微信游戏‘ 这个公众号也有,以及直接用微信内部打开这个链接也有这个数据https://game.weixin.qq.com/cgi-bin/h5/static/appcenter/findgame.html