maubot / rss

A RSS plugin for maubot
GNU Affero General Public License v3.0
69 stars 21 forks source link

Add postall command and support for rss content #51

Open LukeLR opened 1 year ago

LukeLR commented 1 year ago

This allows the user to immediately read previous content from the feed in Matrix. Also useful for debugging purposes, not having to wait until the next post on the feed to see if it works.

LukeLR commented 1 year ago

This now also adds an $content template variable that contains the content of the RSS feed entries. Useful for feeds that don't have a meaningful $summary.

LukeLR commented 3 weeks ago

This now also supports regular expressions inside the template string using {{ }} double braces. See README.md for an example.