Twitter API:GET followers / ids方法始终返回“达到速率限制”

时间:2018-09-07 09:13:26

标签: twitter tweepy twitter4j sttwitterapi

我正在使用Tweepy(最新版本,python 3.6)来获取Twitter帐户的关注者ID:

myids = tweepy.Cursor(api.followers_ids, screen_name=account_screen_name).items()

这总是返回“达到速率限制”错误。然后,我使用

检查剩余的请求数以及重置时间:

api.rate_limit_status()['resources']['followers']

对于剩余请求数,此值为0,对于重置时间,其值为1536311215。尽管如此,即使在等待了一天以上之后,也没有运行任何脚本,这些值也不会刷新……这可能与Twitter API的最新更改有关吗?

0 个答案:

没有答案