Lightweight, easy-to-use RSS feed => Discord service
  • TypeScript 46.8%
  • Svelte 34.6%
  • JavaScript 10.8%
  • CSS 3%
  • Dockerfile 2%
  • Other 2.8%
Find a file
2025-08-14 03:54:31 +03:00
.vscode 0.1 2021-01-02 01:14:01 +01:00
src fix: one feed error should not stop processing further ones 2025-08-14 03:54:31 +03:00
static 0.1 2021-01-02 01:14:01 +01:00
.gitignore update gitignore 2022-07-07 15:46:55 +03:00
docker-build.sh initial sveltekit migration 2022-07-07 13:58:29 +03:00
Dockerfile update docker build, runner 2022-07-07 16:28:59 +03:00
LICENSE Create LICENSE 2021-01-02 01:15:35 +01:00
package-lock.json add discord auth 2022-07-07 18:36:14 +03:00
package.json add discord auth 2022-07-07 18:36:14 +03:00
README.md add railway deploy template 2022-10-10 23:17:23 +03:00
svelte.config.js update docker build, runner 2022-07-07 16:28:59 +03:00
tsconfig.json initial sveltekit migration 2022-07-07 13:58:29 +03:00
vite.config.js initial sveltekit migration 2022-07-07 13:58:29 +03:00

Discord RSS Feed Manager

RSS and Atom feeds to Discord webhooks with web management UI.

Usage

Native

Install node 18+ and npm, and run npm install, npm run sync. For the web interface run npm run build and npm start. For the RSS poller run npm run build:runner and npm run runner.

Railway

Deploy on Railway

Configuration

The service can be configured using environment variables:

Screenshots