A Node.js application to monitor RSS feeds and send notifications to Discord and Telegram.
- Add and manage RSS feeds.
- Configure check intervals for each feed.
- Select specific fields from RSS items for notifications.
- Integrate with Discord (webhooks) and Telegram (bots).
- Real-time UI updates using Socket.IO.
- Clone the repository (or create files as per structure).
- Install dependencies:
npm install
- Configure environment variables (if any - e.g., for default ports, API keys if not managed via UI).
Create a
.envfile if needed. - Start the application:
(Assuming a start script like
npm start
"start": "node server/app.js"inpackage.json)