add readme

This commit is contained in:
Erik Winter 2023-06-18 09:24:21 +02:00
parent 0a2e589829
commit 168eb0a9d2
1 changed files with 8 additions and 0 deletions

8
README.md Normal file
View File

@ -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.