AevaOnline / twitter-archive-parser

Python code to parse a Twitter archive and output in various ways

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

  1. Download your Twitter archive (Settings > Your account > Download an archive of your data)
  2. Unzip to a folder
  3. Open a command-prompt in that folder
  4. python parser.py

Features:

  • Outputs as markdown with embedded images and links
  • Replaces t.co URLs with their original versions

TODO:

  • Output as Jekyll markdown files
  • Output as HTML files
  • Embed videos as HTML snippets in the markdown (currently just the thumbnail is shown)
  • Copy used images and other media to an output folder, to allow them to be moved to a new home

About

Python code to parse a Twitter archive and output in various ways

License:GNU General Public License v3.0


Languages

Language:Python 100.0%