Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 514 Bytes

File metadata and controls

16 lines (11 loc) · 514 Bytes

messaging-backend

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)

Run

  • I used uv to 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.py
  • BOT_TOKEN refers to the token for @nuscqbot (given when registering with Bot Father)