A minimal python bot for collabvm https://git.ari.lt/ari/abot
This repository has been archived on 2026-04-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2026-04-04 17:10:49 +00:00
src main : i mean fix it up but the code hurts me lol 2023-05-20 18:41:34 +03:00
.editorconfig init 2022-07-08 05:50:07 +03:00
.gitignore Add chat log dumping and autodumping 2022-07-17 16:42:52 +03:00
LICENSE init 2022-07-08 05:50:07 +03:00
README.md Update README.md 2026-04-04 17:10:49 +00:00
requirements.txt Add autotyping support 2022-07-26 15:28:04 +03:00
tox.ini init 2022-07-08 05:50:07 +03:00

Abot

A minimal python bot for collabvm

Dependencies

Everything from https://pypi.org/ that is in requirements.txt

Running

python3 -m pip install --user virtualenv
python3 -m virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
# or: pip install --user -r requirements.txt
python3 src/main.py