Show retweeters of a Twitter status in Tweepy

北战南征 提交于 2019-12-10 18:27:34

问题


I've been trying to find a way of doing the equivalent of:

retweeters_of('twitterstatusid')

I can't see an explicit method in tweepy - and couldn't work out any other way of finding this. Any help appreciated.


回答1:


Solved:

results = api.retweeted_by('statusid') 

(This method was missing from documentation.)



来源:https://stackoverflow.com/questions/5688762/show-retweeters-of-a-twitter-status-in-tweepy

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!