From 168eb0a9d2f51416cb86042b0697720aa1220c92 Mon Sep 17 00:00:00 2001 From: Erik Winter Date: Sun, 18 Jun 2023 09:24:21 +0200 Subject: [PATCH] add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..453eaeb --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Matrix-FeedReader + +A very simple bot that posts new entries from a Miniflux RSS reader to a Matrix room. + +Miniflux already has a Matrix integration and can post the entries itself, but this bot adds two things: + +* After posting it marks the entry as read in Miniflux. +* It posts every entry as a separate message, which makes it easier to create other bots that can interact with them.