AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-05-16 16:50:14 +01:00
.idea be less insulting 2023-05-01 18:49:23 +01:00
.vscode Add linting metadata 2023-05-02 18:07:59 +01:00
assets Honour richard 2023-05-11 17:41:48 +01:00
cogs Protect email slightly 2023-05-16 16:50:14 +01:00
tests Blackify code (formatting) 2022-10-30 16:31:38 +00:00
utils Protect email slightly 2023-05-16 16:50:14 +01:00
web Forgored to import fucking daatbase moemldmaoiasfjho;klgnkln aklnbjzvdhbjlsdfvsdfvv 2023-05-16 15:17:56 +01:00
.gitignore Add the option to serve static files with the http server 2023-05-06 17:00:34 +01:00
college-bot.service Add comments to the sample service file 2023-04-18 16:58:18 +01:00
config.example.py Add perms check 2023-04-02 16:36:33 +01:00
config_docker.py Add better docker instructions 2023-03-20 15:33:56 +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 Create LICENSE 2023-01-19 11:35:04 +00:00
main.py Add voice system 2023-05-01 19:40:11 +01:00
README.md Add better docker instructions 2023-03-20 15:33:56 +00:00
requirements.txt Update info cog 2023-05-06 11:31:41 +01:00
setup.cfg fix info.py 2023-05-05 00:11:29 +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