【发布时间】:2022-11-29 02:10:23
【问题描述】:
我正在尝试制作这样的 instagram 内容下载器this website。但问题是 python 需要 cookies 会话 id。
我想下载没有会话 ID 的 instagram 卷轴、图像、dp、故事。
【问题讨论】:
标签: python python-3.x instagram
我正在尝试制作这样的 instagram 内容下载器this website。但问题是 python 需要 cookies 会话 id。
我想下载没有会话 ID 的 instagram 卷轴、图像、dp、故事。
【问题讨论】:
标签: python python-3.x instagram
这个问题一般与 Python 无关。 如果你想从 Instagram 抓取数据,你必须传递会话密钥并模拟真实的客户端连接(试试https://github.com/chris-greening/instascrape 或类似的库)。
或者您可以使用官方 Instagram Graph API (https://developers.facebook.com/docs/instagram-api/),如果这些权限范围满足您的要求,这是更好的选择。
【讨论】: