An open API service indexing awesome lists of open source software.

https://github.com/das-labor/vlab_bot

Ein Chat-Bot für das Labor
https://github.com/das-labor/vlab_bot

bot matrix python

Last synced: 24 days ago
JSON representation

Ein Chat-Bot für das Labor

Awesome Lists containing this project

README

          

# vLab Bot

Chatbot for the matrix chat of [das labor](https://das-labor.org).

## Deployment

Bot commands are realized as
[hemppa](https://github.com/vranki/hemppa)-modules. They must
be placed inside the `modules` folder of a running hemppa-instance.

Some modules (and hemppa itself) require environment variables.
On startup you will see
which variables are missing. Add them to the `run.sh` script.
A good way to find places which use environment variable is
`grep 'os.environ' hemppa_modules/*` or to use
[github search](https://github.com/das-labor/vlab_bot/search?q=os.environ).