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