Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/3ventic/discord-rss
Lightweight, easy-to-use RSS feed => Discord service
https://github.com/3ventic/discord-rss
atom discord rss sapper svelte
Last synced: 23 days ago
JSON representation
Lightweight, easy-to-use RSS feed => Discord service
- Host: GitHub
- URL: https://github.com/3ventic/discord-rss
- Owner: 3ventic
- License: mit
- Created: 2021-01-02T00:14:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T20:20:06.000Z (10 months ago)
- Last Synced: 2024-01-14T05:44:38.696Z (10 months ago)
- Topics: atom, discord, rss, sapper, svelte
- Language: TypeScript
- Homepage:
- Size: 332 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://railway.app/button.svg)](https://railway.app/new/template/2LnViG?referralCode=6hr3nf)
### Configuration
The service can be configured using environment variables:
- `PORT` (default 3000) port to listen on
- `INTERVAL` (default 5) minutes between checks
- `REDIS_URL` (required) redis connect url
- `DISCORD_CLIENT_ID` (required) https://discord.com/developers/applications
- `DISCORD_CLIENT_SECRET` (required) https://discord.com/developers/applications
- `DISCORD_AUTHORIZED_USERS` (required) comma-separated list of Discord user IDs for users allowed to access and modify the configuration## Screenshots
![](https://meme.stream/fh/TangibleImmediatePartyTime-RSS_Settings__Firefox_Developer_Edition.png)