A minimal python bot for collabvm https://git.ari.lt/ari/abot
Go to file
Ari Archer 3a39ebc30c
init
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-08 05:50:07 +03:00
src init 2022-07-08 05:50:07 +03:00
.editorconfig init 2022-07-08 05:50:07 +03:00
.gitignore init 2022-07-08 05:50:07 +03:00
LICENSE init 2022-07-08 05:50:07 +03:00
README.md init 2022-07-08 05:50:07 +03:00
requirements.txt init 2022-07-08 05:50:07 +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/project/ that is in requirements.txt

Running

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