GetOldTweets3
GetOldTweets3 copied to clipboard
A Python 3 library and a corresponding command line utility for accessing old tweets
Update to the latest version of GetOldTweets3 before committing the issue! **Describe the bug** I'm trying to install GetOldTweets3 and see that it's been successfully installed in my terminal only...
I am getting this error for accessing a user profile with the code: ``` tweetCriteria = got.manager.TweetCriteria().setUsername('barackobama').setMaxTweets(1) tweets = got.manager.TweetManager.getTweets(tweetCriteria) ``` Error is: ``` An error occured during an HTTP...
Hi, I had a script running over the past weeks and earlier today it stopped working. I keep receiving HTTPError 404, but the provided link in the errors still brings...
Has anyone solved the 404 error (recent endpoint issue)? I'd appreciate it if you could tell me how to do it. Thank you for your reply !
I'm trying to get tweets from multiple Twitter accounts during a given time period. I'm only getting a fraction of the tweets that I know are going out of the...
I was wondering if we could use GetOldTweets3 to fetch the tweet text for a given twitter status id or a set of status ids. I could not find this...
I was wondering whether the tweet texts downloaded from GetOldTweets can be used for research purposes. In essence, is this in any sense a violation of official terms and conditions,...
legal?
Thanks for making available this wonderful tool! Just a short question: is retrieving tweets by using this tool legal when using it for academic purposes? Somewhere in the developer terms...
The code removed is an example how to write bad Python. Blanket exception catching is bad. Exiting the whole application is atrocious, because it makes it impossible to handle errors....