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