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

opsdroid/connector-matrix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

⚠ 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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages