rss-discord

A simple rust program to scan rss feeds and send discord pings for new events.

Installation

Make sure you have rust installed, then clone the repo and run cargo build --release from the project root, the resulting binary will be located at ./target/release/

Usage

Run the binary with the following environment variables set:

I recommend running the program periodically (i.e. with cron) to receive updates of the feed. To check for updates on multiple feeds at once, create multiple cron jobs with different environment variables.