Go to file
Erik Winter 168eb0a9d2 add readme 2023-06-18 09:24:21 +02:00
bot remove unused channel 2023-05-25 16:04:06 +02:00
.gitignore minimal working version 2023-05-25 14:47:24 +02:00
Dockerfile dockerfile 2023-05-25 15:10:10 +02:00
Makefile dockerfile 2023-05-25 15:10:10 +02:00
README.md add readme 2023-06-18 09:24:21 +02:00
go.mod minimal working version 2023-05-25 14:47:24 +02:00
go.sum minimal working version 2023-05-25 14:47:24 +02:00
main.go formatted message with comments and configurable interval 2023-05-25 16:01:31 +02:00

README.md

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.