Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 592 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 592 Bytes

vLab Bot

Chatbot for the matrix chat of das labor.

Deployment

Bot commands are realized as 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.