Skip to content

Python script to download tweets for any Twitter user using Tweepy and the Twitter API

Notifications You must be signed in to change notification settings

HussamHallak/get_tweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

#get_tweets.py: Python Script to Download Tweets

Use this script to download the last 100 (or whatever number you choose) from any Twitter user.

##Installation & How To Use

''' $ git clone https://github.com/gitlaura/get_tweets.git $ cd get_tweets

Then you need to get your Twitter API Credentials by creating a new app at apps.twitter.com. Enter the appropriate API keys in lines 11-15 of get_tweets.py.

Then you can run the script by entering one username at the command line:

```'''```
$ python get_tweets.py [twitter_username]


or you can use interactive mode

''' $ python

from get_tweets import get_tweets get_tweets("[twitter_username]")


##More
http://www.getlaura.com/how-to-download-tweets-from-the-twitter-api/

About

Python script to download tweets for any Twitter user using Tweepy and the Twitter API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%