A minimal python bot for collabvm
https://git.ari.lt/ari/abot
|
|
||
|---|---|---|
| src | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| tox.ini | ||
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