AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-03-22 15:26:29 +00:00
.idea Fix yt-dlp command 2023-03-14 20:49:59 +00:00
assets Add it just works 2023-03-22 14:56:33 +00:00
cogs debug voice 2023-03-22 15:26:29 +00:00
tests Blackify code (formatting) 2022-10-30 16:31:38 +00:00
utils Fix regression. 2023-03-20 18:04:38 +00:00
web added better TTS 2023-03-16 22:45:04 +00:00
.gitignore Move all assets into an... assets folder 2023-03-22 14:20:20 +00:00
college-bot.service Add sample service file 2023-03-20 15:03:24 +00:00
config.example.py Prepare for HTTP server 2023-02-22 15:36:46 +00: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 Properly handle jimmy bans 2023-03-17 09:26:10 +00:00
README.md Add better docker instructions 2023-03-20 15:33:56 +00:00
requirements.txt Move all assets into an... assets folder 2023-03-22 14:20:20 +00: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