Skip to content
Jonathan Frederickson edited this page Mar 26, 2018 · 4 revisions

You've probably only heard of this if you're already a bit of a techie, but it's a pretty neat protocol. Since it's not mature yet, there might be significant changes to protocols/sibyl_matrix.py without warning.

Requirements

This protocol requires the matrix-client package. Sibyl depends on a newer version of this library than the version in PyPi, so you'll have to install it from git:

  • Via pip - sudo pip install -e git+https://github.com/matrix-org/matrix-python-sdk.git#egg=matrix-client
  • Git repo - matrix-org/matrix-python-sdk

Additional requirements:

  • pytz

Config

Required

  • protocols - include matrix
  • matrix.username - user name for login
  • matrix.password - the account's password
  • matrix.server - your homeserver address

Servers

  • Synapse

Clients

  • Riot (Web/Android/iOS)

Credits

Clone this wiki locally