This repository handles messaging capabilities for QueueBot (@nuscqbot). It is supplementary to main functionalities of the bot's miniapp (refer to https://github.com/usdevs/QueueBot)
-
I used
uvto manage this python project. I used python as it is the simplest for telebot API integration. -
Setup instructions:
uv sync
echo "BOT_TOKEN=your_token" > .env
uv run python main.pyBOT_TOKENrefers to the token for @nuscqbot (given when registering with Bot Father)