AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-12-05 18:34:42 +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 Add logging to mcodonalds 2023-12-05 18:34:42 +00:00
tests Make embeds pretty & reformat 2023-11-04 17:18:39 +00:00
utils Fix logging 2023-12-05 18:06:39 +00:00
web Migrate server.py to logging 2023-12-05 16:43:42 +00:00
.gitignore Add decorate command 2023-11-30 10:35:16 +00:00
college-bot.service Add comments to the sample service file 2023-04-18 16:58:18 +01:00
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 update docker 2023-03-20 16:59:46 +00:00
INSTALL.md update docker 2023-03-20 16:59:46 +00:00
LICENSE Update LICENSE 2023-11-05 13:04:59 +00:00
main.py Fix logging 2023-12-05 18:06:39 +00:00
README.md Add better docker instructions 2023-03-20 15:33:56 +00:00
requirements.txt Add new requirements 2023-12-03 22:42:42 +00:00
setup.cfg flip the stupid thingy 2023-09-09 23:49:10 +01:00

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