gist/matrix/maubot
2023-05-06 10:40:40 +03:00
..
README.md matrix/maubot: initial commit on rss templates 2023-05-06 10:40:40 +03:00

Maubot notes

RSS templates

Like with Hookshot, RSS templates must be specified per feed. Upstream documentation

Replace X with the feed ID seen in !rss subscriptions:

  • default: !rss template X New post in $feed_title: [$title]($link)
  • Matrix: !rss template X [$feed_title]($feed_link): [$title]($link) ($date) $summary
  • IRC: !rss template X $link $title ($date) $summary ~ $feed_title

Note: at the time of writing $author is not supported?