bear / python-twitter

A Python wrapper around the Twitter API.
Apache License 2.0
3.41k stars 957 forks source link

Get tweets from Tweet ID #624

Closed Nitrama closed 5 years ago

Nitrama commented 5 years ago

Hello, is there a way to get all the data from tweets? So Likes/Retweets/comments?

jeremylow commented 5 years ago

Not really in the sense that there's no way to get all of those things. You can get the most recent 100 retweets with GetRetweets and you can get replies to a tweet with GetReplies. Unfortunately, there's no way to get likes of a tweet since Twitter doesn't have an API endpoint for those.