Go to file
Erik Winter 81d8a8ebd0 domain update 2024-09-17 07:13:12 +02:00
bot configure processing invites 2023-06-18 09:26:41 +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 domain update 2024-09-17 07:13:12 +02:00
go.sum minimal working version 2023-05-25 14:47:24 +02:00
main.go domain update 2024-09-17 07:13:12 +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.