A plugin for Tiny Tiny RSS that sends notifications to a Mattermost server upon fetching new RSS feed articles.
- Create the directory
notify_mattermost
in theplugins.local
directory of tt-rss, and addinit.php
from this repo into the directory. - Add
notify_mattermost
toTTRSS_PLUGINS
inconfig.php
(comma separated value). - Make sure the plugin is enabled in Preferences => Plugins.
- Configure the Mattermost webhook URL via Preferences => Mattermost Notification Settings.
- Add a filter that invokes the plugin. To make all feeds notify, add a filter that matches anything, such as regex "." on Title, and then add an "Invoke plugin" action.