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
- Host: GitHub
- URL: https://github.com/das-labor/vlab_bot
- Owner: das-labor
- Created: 2021-03-16T20:23:10.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T07:14:18.000Z (about 4 years ago)
- Last Synced: 2025-02-24T02:43:56.771Z (over 1 year ago)
- Topics: bot, matrix, python
- Language: Python
- Homepage: https://wiki.das-labor.org/w/Projekt/vLab_Bot
- Size: 239 KB
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).