Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduan/Tweet-Importer-For-Day-One
Imports Tweet Archive To Day One
https://github.com/dduan/Tweet-Importer-For-Day-One
Last synced: about 2 months ago
JSON representation
Imports Tweet Archive To Day One
- Host: GitHub
- URL: https://github.com/dduan/Tweet-Importer-For-Day-One
- Owner: dduan
- Created: 2014-12-26T00:58:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T01:09:43.000Z (about 10 years ago)
- Last Synced: 2024-11-15T11:41:53.852Z (about 2 months ago)
- Language: Python
- Size: 121 KB
- Stars: 22
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- project-awesome - dduan/Tweet-Importer-For-Day-One - Imports Tweet Archive To Day One (Python)
README
This script converts your tweet archive to [Day One](http://dayoneapp.com) entries. Tweets from the same day are grouped into the same entry.
First, you need Day One tha app, and its [command line tool](http://dayoneapp.com/downloads/dayone-cli.pkg) installed.
Assuming you unziped the tweet archive from Twitter at TWEETPATH, simply run:
python3 tweet_archive_to_dayone.py TWEETPATH/data/js/tweets/
Your method of running Python 3 environment may vary.