hubot-matrix-enhanced
v1.0.10
Published
Matrix adapter for hubot
Readme
About
Initial idea from davidar.
Simple Hubot adapter for matrix written in coffeeScript.
Configuration
All parameters can be specified by environment variables or in a config file (config/default.json).
ENV | json key | Default | Description --- | --- | --- | --- HUBOT_MATRIX_HOST | matrix.host | https://matrix.org | the host of the matrix server to connect to HUBOT_MATRIX_USER | matrix.user | <Bot name> | the hubot user for connecting to matrix HUBOT_MATRIX_ACCESS_TOKEN | matrix.access_token | | access token for token authentication HUBOT_MATRIX_PASSWORD | matrix.password | | password for password authentication HUBOT_MATRIX_MAIN_ROOM | main_room | name or id of the main (auto-join) room (used for user discovery)
