我在哪里可以从 Instagram 响应页面找到 rhx_gis?

where can I find rhx_gis from instagram response page?

我一直在为自己使用 instagram 爬虫,在 infinite-scroll-like 算法中使用 post 请求, 使用

md5("{}:{}".format(rhxGis,LOADS.replace('TAG_STRING', targethash).replace('AFTER_STRING',end_cursor)).encode('utf-8')).hexdigest()

这是我的 x-instagram-gis header,你们中的许多人可能已经知道了。

但是从2019/5/16开始,rhx_gis值不再绑定到_sharedData,所以我不能使用爬虫了。

我一直在寻找响应随附的所有脚本中的 rhx_gis,但除了丑化的功能外什么也看不到。

有没有人找到获取 gis 值的方法或新的 x-instagram-gis 哈希算法?

您可以从 md5 跳过 rhxGis,它会起作用