Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhakk/marcinfo2rss
A helper script to make marc.info archive into a RSS feed
https://github.com/hhakk/marcinfo2rss
automation mailing-list newsboat openbsd rss
Last synced: 14 days ago
JSON representation
A helper script to make marc.info archive into a RSS feed
- Host: GitHub
- URL: https://github.com/hhakk/marcinfo2rss
- Owner: hhakk
- License: mit
- Created: 2023-11-26T12:47:31.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-26T13:01:05.000Z (12 months ago)
- Last Synced: 2024-10-10T02:40:51.950Z (about 1 month ago)
- Topics: automation, mailing-list, newsboat, openbsd, rss
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# marcinfo2rss
A helper script to make marc.info archive into a RSS feed## Background
OpenBSD has great mailing lists, archives of which is hosted in [marc.info](https://marc.info).
This script allows you to get the archives as a RSS feed to be added in newsboat.This should work on many other lists hosted at `marc.info`, I have tested only `openbsd-announce` and `openbsd-misc`.
## Installation
1. Copy `marc2rss.py` to `~/.config/newsboat`
1. Copy the marc2rss.sh to `$PATH`
2. Add the following line to newsboat's config: `filter:marc2rss.sh:https://marc.info/?l=openbsd-announce "~OpenBSD Announcements"`Only dependency to this is a Python 3 environment, it uses only standard library.