Skip to content

usdevs/QBotMessaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages