From 354ad8811c48657b277b289e6a937de09d0e4f8d Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Wed, 22 May 2024 14:56:22 +0200 Subject: [PATCH] Initial commit --- README.org | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.org diff --git a/README.org b/README.org new file mode 100644 index 0000000..7862a4d --- /dev/null +++ b/README.org @@ -0,0 +1,19 @@ +* Bookworm + +Script that exports the RSS list from a Miniflux server and generates +an ebook using calibre. + +** Features + +- Show the RSS feed list from Miniflux and the categories that + Miniflux has. +- The script should store the feeds locally and have a flag to update + the RSS feeds from the source of truth. +- The script should have a flag to determine how many days of articles + are going to be included in the final ebook. +- The script should have a parameter to configure the format of the + final ebook. +- Other configurable parameters in Calibre might be included in the + script. +- If possible, the script should send the ebook to our reader, if + possible (say, through the kindle email, for example).