A discord bot to be used in TAMUhack!
Currently it just pings mentors in a private channel on the discord server anytime theres a new ticket on helpr.
Create the required .env file
cp .env.example .env # macOS/Linux
copy .env.example .env # WindowsMake sure you have uv installed (instructions found here), then run
uv venv .venv
uv sync
source .venv/bin/activate # macOS/Linux
.\.venv\Scripts\activate # WindowsDefault server is https://127.0.0.1:8000
Docs are http://127.0.0.1:8000/docs