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')
(このメソッドはドキュメントにありませんでした。)