ReSS is a very simple Discord webhook application allowing you to send RSS feed messages.
This application uses Docker Compose.
git clone https://github.com/moeux/Ress.git
cd Ress
nano docker-compose.yml
Inside the docker compose file you need to set the RSS feed and the Discord webhook URI:
services:
ress:
image: ress
build:
context: .
dockerfile: Ress/Dockerfile
environment:
RESS_FEED_URI: "YOUR_RSS_FEED_URI_HERE"
RESS_WEBHOOK_URI: "YOUR_DISCORD_WEBHOOK_URI_HERE"
In order to create a webhook on Discord please see here.