【问题标题】:Can I get a list of users that requested to follow me in my Instagram private account?我可以在我的 Instagram 私人帐户中获取请求关注我的用户列表吗?
【发布时间】:2018-10-07 18:18:14
【问题描述】:

我在 python 中使用instabot

我想获取请求关注我并根据某些条件和内容接受其中一些用户的列表。 我已阅读文档,但没有找到任何关于此的内容。

我只是想以某种方式获得列表。 不仅仅是通过instabot。 因此,如果您知道获取列表的另一种方法、某种网络抓取或使用其他机器人甚至 Instagram 的原生 API,我会很高兴听到(阅读!)。

【问题讨论】:

    标签: python instagram instagram-api


    【解决方案1】:

    我对 Python 中的 Instabot 不熟悉,但您可以将此作为参考 https://github.com/mgp25/Instagram-API

    该库是用 PHP 编写的,并且能够获取您的待处理关注者列表,甚至可以执行诸如拒绝或接受关注请求之类的操作。我目前正在使用该库,并且维护得很好。

    希望对您有所帮助。 :)

    【讨论】:

      【解决方案2】:

      安装以下库:

      https://github.com/instagrambot/instabot

      并使用get_pending_follow_requests 函数检索预期列表。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2017-04-29
        • 2014-06-29
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2012-05-17
        相关资源
        最近更新 更多