Skip to content

Mastodon Archive Viewer 2.0.0

Latest
Compare
Choose a tag to compare
@dizzy-labs dizzy-labs released this 16 Sep 22:47
· 6 commits to master since this release
85dcaa9

A Python script to use a mastodon archive to generate a human-readable webpage for viewing

Features:

  • organizes your old posts into a conveniently readable timeline
  • includes media attachments in posts
  • Preserves content warnings/summaries
  • Uses the header from the archive as the background
  • Uses the avatar from the archive as the avatar next to your old posts

Usage

Without Python:

  • Download the attached archive_page.html file and place it in the root of the archive (the folder that has outbox.json and media_attachments in it).
  • Next open archive_page.html in your web browser. It will attempt to load your archive automatically. If it fails you'll just need to browse for and open the outbox.json file from within the page and it will load it.
    • Note: in browsers such as chrome, you will need to select the outbox.json file manually. Old bio information will not be loaded in this way. If you want to see your old bio too, please open the html file in firefox or create a static html page using python as explained below.

With Python:

  • To make a webpage to view your archive, just place the html_from_archive.py script in the root of the archive (the folder that has outbox.json and media_attachments in it) and run it using python3