package mastodon-archive-viewer

  1. Overview
  2. Docs
View your Mastodon archive offline

Install

Dune Dependency

Authors

Maintainers

Sources

mastodon-archive-viewer-0.4.0.tar.gz
md5=ac7608171caa745cbc7b85f3cf287593
sha512=a9c3a2cd0908b03726e57dc8e693d5e50b1156017f84287f55a6070769566fbdaf1dd87dc3676aec0ec01fded6c05015c78ce508b347c1001a47cb726868e054

Description

Tags

mastodon ActivityPub

Published: 28 Oct 2022

README

How to install mastodon-archive-viewer

First you need an initialized OPAM installed If you don't have it installed, it can be fetched from your system packages manager. Then to initialize it, do opam init -a, then eval $(opam config env)

Now, to install mastodon-archive-viewer, clone this repo and do:

opam pin add mastodon-archive-viewer <the repo directory>

How to use mastodon-archive-viewer

Now that mastodon-archive-viewer is installed you just need to download the archive you want to view, extract it in a new directory, then do:

cd <the archive directory>
mastodon-archive-viewer outbox.json

The mastodon-archive-viewer tool has also some options to filter out some items for example. Check out the available options with mastodon-archive-viewer --help

Troubleshootings

If the installation fails somewhere while building the dependencies, you might miss one of these tools on your systems: make, gcc, m4, libc-dev. This might happen on a newly installed Alpine Linux, for instance.

TODO

  • Testing (I guess I missed some heuristics, help welcome!!)

  • Documentation

  • Clean code and better errors

Dependencies (8)

  1. ffmpeg-av >= "1.0"
  2. cmdliner >= "1.1.0"
  3. tyxml >= "4.3.0"
  4. ptime >= "1.0.0"
  5. ezjsonm >= "1.0.0"
  6. containers >= "3.0"
  7. dune >= "3.1"
  8. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None