GetOldTweets3 icon indicating copy to clipboard operation
GetOldTweets3 copied to clipboard

[Question] How can I obtain the tweets corresponding to a hashtag? And, the replies to those tweets.

Open vahuja4 opened this issue 4 years ago • 0 comments

Let us say that the hashtag is @JBHiFi tweetCriteria = got.manager.TweetCriteria().setQuerySearch('JBHiFi')\ .setSince("2020-01-01")\ .setUntil("2020-05-01")\ .setMaxTweets(1000)

This gets me the tweets sent to JBHifi, but I also need the replies. Can you please help?

vahuja4 avatar May 25 '20 10:05 vahuja4