GitXplorerGitXplorer
m

archive_reader

public
2 stars
0 forks
3 issues

Commits

List of commits on branch main.
Verified
a50a6262734ad447c29b05abbb70c06a7319c570

Version bump post release

mmaxking committed a year ago
Verified
7edfa0943375528be024d97927c72491da50c5fa

Add debug print for logging when in debug mode

mmaxking committed a year ago
Verified
a4d2e0d516f67f77b5cfa65233862180a7b544d5

chore: Remove some unused imports

mmaxking committed a year ago
Verified
f40bed6452035be249fa93c94ffd53a95b064f30

core: Fix image URLs in README.

mmaxking committed a year ago
Verified
a8ee6df435c92bc8f7bb9bcc8854d31c5e6688e4

chore: Update project name to areader.

mmaxking committed a year ago
Verified
62c00bd25ea87cb1e7123559671101073ba4d841

ci: Change line length to 79 in flake8.

mmaxking committed a year ago

README

The README file for this repository.

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.