mytweets

Script for saving a JSON archive of your tweets.

Stars
81
Committers
1

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.

Related Projects