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: 7 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T10:49:52.000Z (about 2 years ago)
- Last Synced: 2025-01-20T22:51:01.332Z (9 months ago)
- Topics: archives, email, mailman, terminal, textual
- Language: Python
- Homepage:
- Size: 240 KB
- Stars: 2
- Watchers: 2
- 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.