An instance of maubot with the rss plugin in standalone mode on Dokku.
GitHub Actions is configured to automatically deploy from main
.
Until maubot/maubot#110 is resolved, rooms can be joined by using a utility script:
dokku run maubot-rss ./join '#example:example.com'
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.