Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 996 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 996 Bytes

Web feeds → Matrix notifications

An instance of maubot with the rss plugin in standalone mode on Dokku.

Deployment

GitHub Actions is configured to automatically deploy from main.

Usage

Administration

Until maubot/maubot#110 is resolved, rooms can be joined by using a utility script:

dokku run maubot-rss ./join '#example:example.com'

In Matrix rooms

List feeds and their ID numbers:

!feeds list

Add a feed:

!feeds subscribe https://example.com/atom.xml

Remove a feed:

!feeds unsubscribe 12345

Customize the messages of a feed:

!feeds template 12345 The post [$title]($link) has been published.