geduldig/TwitterAPI

Advanced search, how to filter out tweets with more than 100 likes

stjianbin opened this issue · 1 comments

how to filter out tweets with more than 100 likes,Which API do I need to use

You could use this: developer.twitter.com/en/docs/twitter-api/v1/tweets/search/api-reference/get-search-tweets
It will return followers_count, and you can throw out the tweets with too few followers.