A simple Node.js worker. It polls configured RSS feeds, filters by keywords, and posts matches to Discord via a webhook.
This project is intended as a curiosity/learning project for anyone who wants to experiment with setting up automated notifications in Discord using webhooks.
- Polls any number of RSS or Atom feeds on a schedule
- Matches posts against customizable keywords
- Sends clean embed messages to a Discord channel via a webhook
- You'll need to create the Discord channel then in
Settingsclick onIntegrations>Webhooks, create a new Webhook, name it and add it to your.envasDISCORD_WEBHOOK_URL
- You'll need to create the Discord channel then in
- Stores already-seen posts in a
local SQLite databasePostgres database - Hosted on Railway
- Runs continuously with PM2 if you're running locally, or deployable to hosting services like Railway
git clone https://github.com/<yourname>/airdrop-notifier.git
cd airdrop-notifier