Go to file
Skylar Sadlier cd99955115 - New react node for reacting to messages
- made input and output nodes more compatible with each other (for relay purposes).
- File/Image input nodes can be combined with a File In node now
- Remove console.log debug lines
- set version to 0.0.3
- send message node updated to handle message formats and types.
- Fixed ignore properties on matrix receive node not saving
- created basic readme
- WIP on node docs
2021-08-16 21:56:53 -06:00
src - New react node for reacting to messages 2021-08-16 21:56:53 -06:00
.gitignore Initial commit of an alpha version. 2021-08-14 09:00:57 -06:00
LICENSE Initial commit 2021-08-11 18:06:06 -06:00
package-lock.json - New react node for reacting to messages 2021-08-16 21:56:53 -06:00
package.json - New react node for reacting to messages 2021-08-16 21:56:53 -06:00
README.md - New react node for reacting to messages 2021-08-16 21:56:53 -06:00

node-red-contrib-matrix-chat

Matrix chat server client for Node-RED

Features

The following is supported from this package:

  • Receive events from a room (messages, reactions, images, and files)
  • Send Images/Files
  • Send HTML/Plain Text Message
  • Send HTML/Plain Text Notice
  • React to messages

Therefor you can easily build a bot or even a relay from another chat service.

Installing

You can either install from within Node-RED by searching for node-red-contrib-matrix-chat or run this from within your Node-RED directory:

npm install node-red-contrib-matrix-chat

Usage

Using this package is very straightforward. Examples coming soon!

Other Packages

Contributing

All contributions are welcome! If you do add a feature please do a pull request so that everyone benefits :) Sharing is caring.