This is a Matrix backend for ErrBot. It allows you (or rather will allow you, once it's finished) to use ErrBot from within a Matrix chat room.
NOTE: This backend is currently not finished, so don't expect it to work.
Clone this repository to a directory of your choice, then change the following variables in your
ErrBot config.py
:
BACKEND = 'Matrix'
BOT_EXTRA_BACKEND_DIR = '<path to err-backend-matrix>'