Skip to content

das-labor/vlab_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.