AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-11-12 23:17:12 +00:00
.idea Add compatibility for the new bridge system 2023-11-06 22:40:35 +00:00
.vscode Reduce proxy check timeout 2023-11-06 20:31:10 +00:00
assets Adjust prompt 2023-11-11 19:28:29 +00:00
cogs Change loading message 2023-11-12 23:17:12 +00:00
tests Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
utils Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
web Fix logging 2023-11-07 14:26:56 +00:00
.gitignore
college-bot.service
config.example.py Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
config_docker.py Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
Dockerfile
INSTALL.md
LICENSE Update LICENSE 2023-11-05 13:04:59 +00:00
main.py Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
README.md
requirements.txt Update proxying 2023-11-04 16:47:14 +00:00
setup.cfg

LCC Bot

Yeah

Installing (docker)

see INSTALL.md

Without docker

git clone https://github.com/EEKIM10/LCC-Bot.git
cd LCC-Bot
python3 -m venv venv
source venv/bin/activate
pip install -U pip wheel setuptools
pip install -r requirements.txt
mv config.example.py config.py
$EDITOR config.py
python3 main.py