RSS translator, snoozer and aggregator for specific feeds
Find a file
2025-09-04 12:22:30 +02:00
src Fix typo to publish lwn 2025-09-04 12:22:30 +02:00
.env.example Create .env.example 2025-08-06 11:24:20 +02:00
.envrc Add db support to store articles 2025-07-28 18:47:16 +02:00
.gitignore Improve nix setup 2025-08-27 18:11:12 +02:00
Cargo.lock Bump 0.1.1 2025-08-27 21:45:44 +02:00
Cargo.toml Bump 0.1.1 2025-08-27 21:45:44 +02:00
default.nix Improve nix setup 2025-08-27 18:11:12 +02:00
Dockerfile Add KEV 2025-08-27 16:45:08 +02:00
flake.lock Improve nix setup 2025-08-27 18:11:12 +02:00
flake.nix Improve nix setup 2025-08-27 18:11:12 +02:00
justfile Add KEV 2025-08-27 16:45:08 +02:00
README.md Add DATABASE_CONNECTION option 2025-08-27 21:36:23 +02:00
shell.nix Improve nix setup 2025-08-27 18:11:12 +02:00

rssify - Transform some website I like too RSS feeds

  • lwn paid articles
  • CISA KEV release

Usage

Using nix

nix develop  # to get the dev dependencies
nix build
nix run -- /tmp/rss/

Using podman

Use the justfile to run commands:

just init  # Will init the database, and build the app image
just run   # Will run the lwn-sub-snoozer to update the database and the RSS file

TODO

  • Add volume to the db to store it if it crashes
  • Add tests