Is it possible to get more than 100 tweets?

后端 未结 7 1606
甜味超标
甜味超标 2020-12-09 10:20

Is it possible to get more than 100 tweets using the Twitter4j API?
If so can anyone point out the way to do so??

相关标签:
7条回答
  • 2020-12-09 11:18

    For a given query it is possible to extract more than 100 tweets. For a quick demo you can download a twitter GUI application for tweet extraction available at http://preciselyconcise.com/apis_and_installations/tweets_extraction_from_twitter.php.

    By extracting query results from all available pages for that query, you will be able to extract more than 100 tweets if available under that query. I downloaded the GUI application available in that website and i was able to extract more than 1000 tweets for query #happy.

    0 讨论(0)
提交回复
热议问题