This Python script creates a static HTML version of your Mastodon archive export.
It looks like this: https://quicoto.github.io/mastodon-archive-anime/
- Create your own repository using this template
- Check out your repository on your machine
- Drop the (unzipped) mastodon export (generated from
your_instance.domain/settings/export) into the root with the folder namearchive - Run locally in your matchine
python3 mastodon-archive.py your_image_host_url_prefix(e.g.python3 mastodon-archive.py https://media.ricard.socialdo change this URL to match your instance CDN or root domain.) - Your output will be generated in
docs/index.html - Commit the changes and optionally host it on GitHub Pages for free.