takes a twitter archive and creates a simple html file out of it so you can host it yourself.
- request a full twitter archive from twitter
- pull it down and extract it somewhere
- upload/copy the data/tweet_media folder to a web server somewhere
- point the base_media_url varible in the py script to the http addr of the location in step 3
- format the tweet.js file that came in the archive so it's properly formatted JSON (just delete the top variable bit and turn the outermost square brackets to curly braces); you don't have to mess with any other structure.
- run the py script
- upload/copy the resulting tweets.html file to a web server somewhere