Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 927 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 927 Bytes

Twitter Archive to Markdown

This is a tool that can be used to convert the JSON data within a Twitter archive to Markdown. It currently supports converting entities to links.

You may download your Twitter archive by logging into Twitter; going to settings; at the bottom of the page you'll see a button for downloading your archive.

Usage

You must run the application by specifying both an --in and --out parameter.

> ./app.js --in /location/to/tweet/json/folder --out /save/to/me

The --in parameter must point to the folder where the JSON data resides, within my Twitter archive it is found in /data/js/tweets; the --out parameter is where you would like the markdown saved to.

License

Copyright (c) 2014 Michael Diolosa [email protected]

The twitter-archive-to-markdown application is licensed under the MIT license.