Skip to content

The application pulls RSS items and sends them as notifications to various receivers.

Notifications You must be signed in to change notification settings

thevops/RSSAssistant

Repository files navigation

RSS Assistant

The application pulls RSS items and sends them as notifications to various receivers.


Rss Python Docker

Features

  • 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

Deployment

Docker

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

Docker Compose

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

Kubernetes - Helm chart

in progress

ToDo

  • notifications: Add interface for apprise to use all of apprises receivers without defining them here
  • database: 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

About

The application pulls RSS items and sends them as notifications to various receivers.

Resources

Stars

Watchers

Forks

Packages