https://github.com/maxking/archive_reader
Terminal application to read GNU Mailman archvies.
https://github.com/maxking/archive_reader
archives email mailman terminal textual
Last synced: 3 months ago
JSON representation
Terminal application to read GNU Mailman archvies.
- Host: GitHub
- URL: https://github.com/maxking/archive_reader
- Owner: maxking
- Created: 2023-07-16T06:40:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T10:49:52.000Z (almost 3 years ago)
- Last Synced: 2026-01-01T04:23:03.960Z (6 months ago)
- Topics: archives, email, mailman, terminal, textual
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Archive Reader
==============
A terminal based archive reader for Hyperkitty, GNU Mailman's official archiver.
Screenshots
-----------



Using
-----
To run the app, you can install it using [Pipx](https://pypa.github.io/pipx/):
```bash
# 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:
```bash
# 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.