The application pulls RSS items and sends them as notifications to various receivers.
- Pull multiple RSS sources as scheduled
- Store RSS history to select only newer items
- Use CRON syntax for a scheduler
- Define receivers and message format for notifications
Public image repository: https://github.com/thevops/RSSAssistant/pkgs/container/rss-assistant
# check out VERSION file in this repository
docker pull ghcr.io/thevops/rss-assistant:$VERSION
Download requirements and prepare the environment using init.sh
file:
curl -sL https://raw.githubusercontent.com/thevops/RSSAssistant/master/deployment/docker-compose/init.sh > init.sh
sh init.sh
in progress
notifications
: Add interface forapprise
to use all of apprises receivers without defining them heredatabase
: Add interface for an external database (eg. https://restdb.io/). It will allow RSSAssistant to be running serverless (eg. Cloud Functions).receivers
: Add simple URL webhook receiver.- Add configuration examples