Skip to content

A guide for downloading Twitter data using the Python package GetOldTweets

Notifications You must be signed in to change notification settings

roy601912008/Get_Old_Tweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Get_Old_Tweets

A guide for downloading Twitter data using the Python package GetOldTweets

I should start out by saying that the most robust approach for downloading Twitter data is to go to the source, sign up for a developer license with Twitter and access their API directly using Tweepy. This guide is intended for one of the following: Seeking to do some quick and simple analysis with Twitter data (this code can be executed in less than 10 minutes)

Needing access to Tweets older than 1 week (the Twitter API only serves Tweets from the past week)

A large volume of Tweets (Twitter API limits the number of Tweets you can download after around 3,000)

About

A guide for downloading Twitter data using the Python package GetOldTweets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%