开发者

Show retweeters of a Twitter status in Tweepy

开发者 https://www.devze.com 2023-02-25 20:01 出处:网络
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

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 appreciat开发者_如何学JAVAed.


Solved:

results = api.retweeted_by('statusid') 

(This method was missing from documentation.)

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号