abot/README.md

23 lines
429 B
Markdown
Raw Permalink Normal View History

# Abot
> A minimal python bot for collabvm
# Dependencies
Everything from <https://pypi.org/> that is in [requirements.txt](/requirements.txt)
# Running
```bash
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
```
# More
- <https://blog.ari-web.xyz/b/abot--ari-bot--bot-on-collabvm/>