AKA LCC-Bot. See nex/college-bot-v2
Find a file
2023-02-08 21:22:09 +00:00
.idea Add traceroute command 2023-01-29 19:17:44 +00:00
cogs Add md5 hash check to uptime 2023-02-08 21:22:09 +00:00
tests Blackify code (formatting) 2022-10-30 16:31:38 +00:00
utils Fix typo 2023-01-28 21:32:17 +00:00
.gitignore Uptime monitoring for jimmy 2023-01-18 20:54:48 +00:00
carat.jpg Add carat 2022-12-31 17:13:40 +00:00
config.example.py added example conf fine 2023-01-14 23:14:57 +00:00
copypasta.txt Forgor to include the copypasta file 2022-12-18 13:55:02 +00:00
Dockerfile Add dockerfile 2023-01-19 12:31:12 +00:00
domains.txt change default browser to ff 2023-01-13 23:31:40 +00:00
LICENSE Create LICENSE 2023-01-19 11:35:04 +00:00
main.py Rate limit /screenshot because data isn't actually free 2023-01-23 15:22:38 +00:00
README.md Add a readme 2023-01-19 15:43:20 +00:00
requirements.txt Uptime monitoring that's better than matthew's 2023-01-18 15:28:13 +00:00

LCC Bot

Yeah

Installing

git clone https://github.com/EEKIM10/LCC-Bot.git
cd LCC-Bot
# Now you need to edit your config file
mv config.example.py config.py
$EDITOR config.py
docker build -t lcc-bot:latest .
docker run -d --name lcc-bot lcc-bot:latest

The bot will now be running.

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