Periodically checks RSS feeds and broadcasts newly fetched links to specified Telegram channel.
- Create
~/.config/telegram-rss-bot/urls.txtfile with the URLs you want to use, separated by new line. - Fill
.envfile. - Install dependencies and build the project using
npm install && npm run build. - Then start it with
npm start.
GPL-3.0

