Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidar/hubot-matrix
Matrix adapter for hubot
https://github.com/davidar/hubot-matrix
Last synced: 18 days ago
JSON representation
Matrix adapter for hubot
- Host: GitHub
- URL: https://github.com/davidar/hubot-matrix
- Owner: davidar
- Created: 2015-12-04T09:00:15.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:48:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T23:46:48.629Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hubot-matrix
- Size: 38.1 KB
- Stars: 26
- Watchers: 4
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - davidar/hubot-matrix - Matrix adapter for hubot (others)
README
# Hubot adapter for Matrix
This is a [Hubot](https://hubot.github.com) adapter for [Matrix](https://matrix.org/).
## Installation
Use the version of this adapter appropriate to your Hubot version.
* For Hubot v2, `npm i hubot-matrix@1`
* For Hubot v3, `npm i hubot-matrix@2`| **hubot** | **hubot-matrix** |
|----|----|
| v2 | v1 |
| v3 | v2 |## Adapter configuration
Set the following variables:
* `HUBOT_MATRIX_HOST_SERVER` - the Matrix server to connect to (default is `https://matrix.org` if unset)
* `HUBOT_MATRIX_USER` - bot login on the Matrix server - eg `@examplebotname:matrix.example.org`
* `HUBOT_MATRIX_PASSWORD` - bot password on the Matrix server