Skip to content

A simple python script that allows the user to load all tweets of an account

License

Notifications You must be signed in to change notification settings

sebastiankreutzer/loadtweets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loadtweets

A simple python3 script that allows the user to load all tweets of an account.
If rerun, the program will detect if newer tweets have been created and update the data.
The result is stored as a list of IDs and tweet texts using the JSON format.

Requirements

To run the script, you need python-twitter.
Installation with pip:

pip install python-twitter

Configuration

Use the included file to edit your configuration. Valid access tokens are required to connect to the Twitter API. Here's how to get them

Execution

Simply run the following line:

python3 load_tweets.py

About

A simple python script that allows the user to load all tweets of an account

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages