AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-12-05 14:19:11 +00:00
.idea Fix the error in the error handler 2023-11-14 22:31:36 +00:00
.vscode Reduce proxy check timeout 2023-11-06 20:31:10 +00:00
assets Prevent ollama spewing out the prompt 2023-11-29 16:10:52 +00:00
cogs Patch the nightmare bypass 2023-12-05 14:19:11 +00:00
tests
utils
web Fix logging 2023-11-07 14:26:56 +00:00
.gitignore Add decorate command 2023-11-30 10:35:16 +00:00
college-bot.service
config.example.py
config_docker.py
Dockerfile
INSTALL.md
LICENSE
main.py Fix on)command_error 2023-12-05 14:07:49 +00:00
README.md
requirements.txt Add new requirements 2023-12-03 22:42:42 +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