Matrix bridge for pnut.io
Go to file
2022-06-11 21:55:06 -07:00
.gitignore ignore personal vscode settings 2018-12-16 06:51:09 -08:00
appservice.py attempt to generate the pnut matrix user on event 2022-06-11 21:55:06 -07:00
CHANGELOG.md update to changelog 2021-03-20 08:14:57 -07:00
config.yaml-sample split out public base url from client connection 2020-05-08 07:50:43 -07:00
database.py pick up config file from environment variable 2020-03-24 20:47:10 -07:00
Dockerfile docker support, issue #48 2020-03-25 22:10:42 -07:00
LICENSE Initial commit 2017-03-04 15:17:07 +00:00
models.py initial private channel support 2021-03-20 13:26:33 +00:00
pnut-matrix-bot.py fix syntax error in user lookups issue #37 2019-01-08 22:03:17 -08:00
pnut-matrix.py use local timestamp when creating events 2022-06-11 21:47:27 -07:00
README.md Updated for the new public bridge 2022-05-26 18:47:51 -07:00
requirements.txt Updated for the new public bridge 2022-05-26 18:47:51 -07:00

The Matrix <--> Pnut bridge

This is a pnut.io channel bridge for Matrix using the Application Services (AS) API.

This bridge will pass pnut.io channel messages through to Matrix, and Matrix messages through to pnut.io channels.

Usage

The public bridge is once again online!

See Using-the-public-bridge for details.