All Projects → simonw → Mytweets

simonw / Mytweets

Script for saving a JSON archive of your tweets.

Programming Languages

python
139335 projects - #7 most used programming language

mytweets

A simple script to back up all of your tweets in to a local JSON file.

Dependencies:

Usage:

  1. Create a file called config.py in the same directory as the script:

USERNAME = 'your-twitter-username' PASSWORD = 'your-twitter-password'

  1. Run the command like so:

python fetch.py

  1. Your tweets will be saved to my_tweets.json

You can run the command again any time to save new tweets created since you last ran the script.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].