A terminal based archive reader for Hyperkitty, GNU Mailman's official archiver.
To run the app, you can install it using Pipx:
# Install using pipx.
$ pipx install areader
# Run the app:
$ areader
If you don't have Pipx, you can install directly in a venv to run:
# Setup a virtualenv to install the package.
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install areader
# Run the app:
$ areader
In order to use this app, the Pagination on the Hyperkitty's API needs to be set correctly.