【问题标题】:How to download Instagram reels, image, dp and stories using python without session?如何在没有会话的情况下使用 python 下载 Instagram 卷轴、图像、dp 和故事?
【发布时间】:2022-11-29 02:10:23
【问题描述】:

我正在尝试制作这样的 instagram 内容下载器this website。但问题是 python 需要 cookies 会话 id。

我想下载没有会话 ID 的 instagram 卷轴、图像、dp、故事。

【问题讨论】:

    标签: python python-3.x instagram


    【解决方案1】:

    这个问题一般与 Python 无关。 如果你想从 Instagram 抓取数据,你必须传递会话密钥并模拟真实的客户端连接(试试https://github.com/chris-greening/instascrape 或类似的库)。

    或者您可以使用官方 Instagram Graph API (https://developers.facebook.com/docs/instagram-api/),如果这些权限范围满足您的要求,这是更好的选择。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-10-09
      • 2022-06-11
      • 2011-01-31
      • 2017-06-18
      • 1970-01-01
      • 2015-11-29
      • 2010-10-23
      • 1970-01-01
      相关资源
      最近更新 更多