【问题标题】:How can you get a list of your friend's Instagram followers with Instagram API?如何使用 Instagram API 获取朋友的 Instagram 关注者列表?
【发布时间】:2018-12-05 17:43:29
【问题描述】:

我正在使用 LevPasha 的非官方 Instagram API。我知道这是一种获取我自己的关注者列表的方法:

from InstagramAPI import InstagramAPI

username = "username"
profile = InstagramAPI(username, "password")
profile.login()
user_id = profile.username_id

followers = InstagramAPI.getTotalFollowers(profile, user_id)

如何在没有密码的情况下为其他用户执行此操作(不必使用此特定 API)?

【问题讨论】:

    标签: instagram-api


    【解决方案1】:

    官方不支持您的要求。

    查看https://developers.facebook.com/docs/instagram-api

    不要使用消耗用户原始密码的包或代码。这是一个糟糕的方式。 您的帐户很容易被其他人入侵。这不是推荐的方式。

    【讨论】:

      猜你喜欢
      • 2017-09-23
      • 1970-01-01
      • 2020-07-10
      • 1970-01-01
      • 2019-07-11
      • 2018-01-20
      • 1970-01-01
      • 1970-01-01
      • 2019-03-07
      相关资源
      最近更新 更多