hhyyrylainen / discord-rss-webhook

Reads RSS feeds and posts them to a discord webhook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-rss-webhook

OBSOLETE this functionality is now in https://github.com/Revolutionary-Games/ThriveDevCenter

Reads RSS feeds and posts them to a discord webhook

Database setup

You need a postgresql database that accepts unix domain socket connections with the current username. And with database creation rights (or you can manually create the required database)

To set the rights use ALTER USER currentusername CREATEDB;. After creating the user with CREATE USER currentusername.

About

Reads RSS feeds and posts them to a discord webhook

License:MIT License


Languages

Language:Ruby 100.0%