In bot.js, fill in the Bot Token, the Urls of the feeds you want to track and the update Interval in seconds.
const token = ""; // bot token from botfather
const URLS = [""]; // array of urls to rss feeds
const INTERVALL = 100; // update intervall in s
npm install
npm start
\sub -> enables notifications
\unsub -> disables notifications
\feeds -> shows all feeds
\top x -> shows last 5 items from feed x (x is the number of the feed)