Telegram bot that fetches nyaa.si RSS feed and format it into channel posts
- Make a copy of
.env.exampleand rename it to.env - Fill the environment variables
- Get the
CHANNEL_IDandDEV_CHANNEL_IDby sending a post from these channels to JsonDumpBot - Get the
BOT_TOKENfrom BotFather
- Get the
- Run
yarnto install the packages - Run
yarn start:botto start the bot - Run
yarn start:serverto start the server
It's possible to deploy it to Heroku if they kept the free-tier available.