A small application to watch RSS feeds with.
The app just needs a server running Node v12 or higher. All of your RSS feed configurations should be located in the assets folder and saved as JSON files.
{
"RSSURL": "", // The RSS feed to ping
"webhookURL": "", // Webhook URL to send message to
"refreshCheck": 0, // Time in seconds to refresh
"messageTemplate": "" // Message template to parse information
}
rss-app is licensed under the MIT license.
For issues and bugs, please use the issue tracker on the GitHub repository. For other needs, either contact me by email [email protected] or send me a message in the #misc-repositories channel on my Discord server.