Skip to content

nodelabstudio/airdrop-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🪂 Airdrop Notifier

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.

✨ Features

  • 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 Settings click on Integrations > Webhooks, create a new Webhook, name it and add it to your .env as DISCORD_WEBHOOK_URL
  • Stores already-seen posts in a local SQLite database Postgres database
  • Hosted on Railway
  • Runs continuously with PM2 if you're running locally, or deployable to hosting services like Railway

Getting Started

1. Clone the repo

git clone https://github.com/<yourname>/airdrop-notifier.git
cd airdrop-notifier

About

Monitors RSS feeds for keywords

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published