matterfeed
is a Go-based RSS/ATOM/XML feed reader that scans for new articles and sends them to Mattermost (or Slack) channels using webhooks.
- Reads multiple RSS/ATOM/XML feeds
- Sends new articles to Mattermost using a webhook
- Utilizes SQLite for information storage
- Opens a health-check endpoint for status changes
Refer to the Makefile for available commands:
make brew
- Ensure the software dependencies for developmentmake build
- Build the binarymake run
- Run the applicationmake clean
- Remove the binarymake lint
- Run linters with --fix flag for automatic fixesmake test
- Run testsmake vuln
- Check for vulnerabilities in dependencies