Skip to content
This repository was archived by the owner on Oct 21, 2019. It is now read-only.

Latest commit

 

History

109 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

âš  DEPRECATED âš  This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid connector Matrix

A connector for opsdroid to receive and respond to messages in Matrix rooms.

Maintained by @SolarDrew.

Requirements

To use this connector you will need to have a Matrix account, and login using your Matrix username (mxid) and password.

Configuration

connectors:
  - name: matrix
    # Required
    mxid: "@username:matrix.org"
    password: "mypassword"
    # Name of a single room to connect to
    room: "#matrix:matrix.org"
    # Alternatively, a dictionary of multiple rooms
    # One of these should be named 'main'
    rooms:
      'main': 
        alias: '#matrix:matrix.org'
      'other': 
        alias: '#riot:matrix.org'
        send_m_notice: False  # Send messages to this room as m.notice events rather than m.message
    # Optional
    homeserver: "https://matrix.org"
    nick: "Botty McBotface"  # The nick will be set on startup
    room_specific_nicks: False  # Look up room specific nicknames of senders (expensive in large rooms)
    send_m_notice: False  # Send all messages as m.notice events rather than m.message

About

📡 A Matrix connector for opsdroid

Resources

Stars

3 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages