Skip to content

maxking/archive_reader

Repository files navigation

Archive Reader

A terminal based archive reader for Hyperkitty, GNU Mailman's official archiver.

Screenshots

Page Add Mailinglist

Page View threads

Page Read Thread

Using

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

Hyperkitty Configuration

In order to use this app, the Pagination on the Hyperkitty's API needs to be set correctly.