A Matrix puppeting bridge for Zulip
Project description
MatrixZulipBridge
A Matrix puppeting appservice bridge for Zulip
Features
- Streams
- Zulip topics - Matrix threads
- Direct messages
- Formatted text* (not all of Zulip's formatting)
- Matrix puppets
- Zulip puppets
- Message Media
- Presence
- Reactions
- Redactions* (only for Zulip messages)
- Replies* (badly formatted)
- Typing indicators
Installation
Prerequisites
- Python >=3.10
- Matrix homeserver with ability to add appservices
PyPI
pip install matrixzulipbridge
From source
- Clone or download this git repository
git clone https://github.com/GearKite/MatrixZulipBridge.git
- Install Poetry
- Install dependencies
poetry install
- Enter the virtual environment
poetry shell
Running
Example
- Generate a registration file
python3 -m matrixzulipbridge --config config.yaml --generate
- Install the appservice on your homeserver
- Run the bridge
python3 -m matrixzulipbridge --config config.yaml https://homeserver.example.com
Usage
usage: python3 -m matrixzulipbridge [-h] [-v] (-c CONFIG | --version) [-l LISTEN_ADDRESS] [-p LISTEN_PORT] [-u UID] [-g GID] [--generate] [--generate-compat] [--reset] [--unsafe-mode] [-o OWNER] [homeserver]
A puppeting Matrix - Zulip appservice bridge (v1.0)
positional arguments:
homeserver URL of Matrix homeserver (default: http://localhost:8008)
options:
-h, --help show this help message and exit
-v, --verbose logging verbosity level: once is info, twice is debug (default: 0)
-c CONFIG, --config CONFIG
registration YAML file path, must be writable if generating (default: None)
--version show bridge version
-l LISTEN_ADDRESS, --listen-address LISTEN_ADDRESS
bridge listen address (default: as specified in url in config, 127.0.0.1 otherwise) (default: None)
-p LISTEN_PORT, --listen-port LISTEN_PORT
bridge listen port (default: as specified in url in config, 28464 otherwise) (default: None)
-u UID, --uid UID user id to run as (default: None)
-g GID, --gid GID group id to run as (default: None)
--generate generate registration YAML for Matrix homeserver (Synapse)
--generate-compat generate registration YAML for Matrix homeserver (Dendrite and Conduit)
--reset reset ALL bridge configuration from homeserver and exit
--unsafe-mode allow appservice to leave rooms on error (default: False)
-o OWNER, --owner OWNER
set owner MXID (eg: @user:homeserver) or first talking local user will claim the bridge (default: None)
After registering and launching the bridge, start a chat. You can find the localpart in your registration.yaml
This bridge is mainly configurable through Matrix, send help
to get a list of commands
Bridging a stream
In your control room chat with the bridge send:
addorganization {name}
open {name}
In the organization room send:
site example.com
email my-bot@example.com
apikey xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
connect
subscribe {zulip stream name}
Credits
This bridge is heavily based on Heisenbridge. Thank you, Heisenbridge contributors!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
matrixzulipbridge-0.1.1.tar.gz
(48.6 kB
view details)
Built Distribution
File details
Details for the file matrixzulipbridge-0.1.1.tar.gz
.
File metadata
- Download URL: matrixzulipbridge-0.1.1.tar.gz
- Upload date:
- Size: 48.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f38b22d2955216bc955017e44931f66e8075c2ebd79a998d29563655bfb9dac2 |
|
MD5 | 108887a89098cf237ae612fc57ac22ff |
|
BLAKE2b-256 | bbcb6e7908d87325f6e5f7cc5f1724a737a4cb2ae2dce87307197c848eac61cd |
Provenance
File details
Details for the file matrixzulipbridge-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: matrixzulipbridge-0.1.1-py3-none-any.whl
- Upload date:
- Size: 63.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 142b0bab3ee21dd405507ec020521dbdbdf34342c7a87049959e1d9cfa7e14a4 |
|
MD5 | ead3bf927bfd5db37d029f8729359f46 |
|
BLAKE2b-256 | 7da451934ad14f1da09b3559c8f36eb6c02194db0dd868f8d78a98bc0a967640 |