GetOldTweets3
GetOldTweets3 copied to clipboard
A Python 3 library and a corresponding command line utility for accessing old tweets
I tried to download tweets with guery-search 'bitcoin' since 2018-02-18 until 2018-02-19. The issue is that the script stoped before the end of the until parameter The log was too...
Would be nice if the library provides the URLs of the media linked in the fetched tweets, like images.
I could see in another thread that you have stripped emojis and converted to text. Can we convert this text back to emojis? I could make change in the code...
Hello! I've been modifying the source code to build a multi threaded crawler that downloads tweets in a given date range. I'm using these architecture to download a huge amount...
Hello, I am trying to extract tweets based on their timestamps. Is there any way to give timestamps also in input while extracting the tweets ? Thanks
Thanks for sharing this great project! Is there an easy way to get tweets as replies to a specific account? For instance: GetOldTweets3 --tousername "barackobama" --toptweets --maxtweets 10
I have problems to run it and to find the output.
[Question] How can I obtain the tweets corresponding to a hashtag? And, the replies to those tweets.
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...
I'm trying to get also the retweets from a given username and not just its tweets. If I looked well at the code, this feature is not present at the...
setUsername with several usernames is not working