GetOldTweets3
GetOldTweets3 copied to clipboard
A Python 3 library and a corresponding command line utility for accessing old tweets
Hello, When the following applies in the order, program can't get all tweets, but no error. 1- user changed its username X to Y. Now, that user's all tweets has...
How can I exclude tweets from certain usernames?
while running code, getting below error. How to handle as I am trying to get more than one tweet? tweet = got.manager.TweetManager.getTweets(tweetCriteria)[0] IndexError: list index out of range
Hello everyone! I am experimenting with the GetOldTweet3 library and I fail to achieve my goal. I am using the following CLI command: `GetOldTweets3 --querysearch "Elon" --since 2019-01-01 --until 2020-06-05...
rate limit strategy: allow users to create their own rate limiting strategy proxy: allow proxies to be changed on the fly for a request docs: add documentation for streams, rate...
Sometimes I get this error and I don't know how to handle it. This is what I get when I try to crawl tweets like 500 keyword, a keyword at...
This simple rate limit implementation pauses 15 minutes after receiving http error code 429 'too many requests'. It is based on code posted in response to issue #57 https://github.com/Mottl/GetOldTweets3/issues/57
Hello, please let me know if it is possible to fetch the tweets using user ID instead of username? I didn't see any option.
Hello, Is it possible to get the number of likes in each tweet? It is very useful to visualize the top tweets for a certain hashtag. Thank you very much!
~~I _think_ that this bug might have something to do with the latest workaround from #49 (concerning hashtags with only emoticons). I'm not sure since I'm pretty rusty with Python,...