This repository holds the code for @findmodbot on Telegram.
To run this locally, clone the repo, run npm install
, then create a .env
file with two keys:
- BOT_TOKEN (put your bot token here)
- ACAD_YEAR (set to 2022-2023, or whatever the current year is.)
After you've done that, run npm run build; npm run start
to start the bot.