Skip to content
/ Ress Public

Simple Discord webhook application allowing to send RSS feed messages.

Notifications You must be signed in to change notification settings

moeux/Ress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReSS

ReSS is a very simple Discord webhook application allowing you to send RSS feed messages.

Requirements

This application uses Docker Compose.

How To Use

git clone https://github.com/moeux/Ress.git
cd Ress
nano docker-compose.yml

Set enivornment variables

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.

About

Simple Discord webhook application allowing to send RSS feed messages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published