Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在试图找到一种方法来做相当于:
retweeters_of('twitterstatusid')
我看不到一个明确的方法tweepy- 并且无法找到任何其他方法来找到它。任何帮助表示赞赏。
tweepy
解决了:
results = api.retweeted_by('statusid')
(文档中缺少此方法。)