我正在使用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)?
答案 0 :(得分:1)
官方不支持您的要求。
选中https://developers.facebook.com/docs/instagram-api
请勿使用消耗用户原始密码的软件包或代码。那是一个糟糕的方法。 您的帐户很容易被他人黑客入侵。不建议这样做。