RSS translator, snoozer and aggregator for specific feeds
Find a file
2025-08-06 11:29:14 +02:00
src Improve cli args 2025-08-06 11:23:06 +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 Update .gitignore 2025-08-06 11:21:51 +02:00
Cargo.toml Improve cli args 2025-08-06 11:23:06 +02:00
Dockerfile Add build and run commands with Dockerfile 2025-08-06 11:24:08 +02:00
flake.nix Add db support to store articles 2025-07-28 18:47:16 +02:00
justfile Add build and run commands with Dockerfile 2025-08-06 11:24:08 +02:00
README.md Add readme 2025-08-06 11:29:14 +02:00

Usage

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

  • Nix service with timer
  • Better path managment, with env variable in Dockerfile
  • Clean repo
  • Add volume to the db to store it if it crashes
  • Add tests