Matrix bridge for pnut.io
Go to file
2020-03-24 22:41:36 -07:00
.gitignore ignore personal vscode settings 2018-12-16 06:51:09 -08:00
appservice.py added direct chat support with bridge removing the need for seperate bot, issue #35 2020-03-24 22:41:36 -07:00
CHANGELOG.md update changelog 2019-02-02 15:31:56 -08:00
config.yaml-sample 1.0.0 2019-01-04 03:49:38 +00:00
database.py pick up config file from environment variable 2020-03-24 20:47:10 -07:00
LICENSE Initial commit 2017-03-04 15:17:07 +00:00
models.py added direct chat support with bridge removing the need for seperate bot, issue #35 2020-03-24 22:41:36 -07:00
pnut-matrix-bot.py fix syntax error in user lookups issue #37 2019-01-08 22:03:17 -08:00
pnut-matrix.py pick up config file from environment variable 2020-03-24 20:47:10 -07:00
README.md removed defunct chat room 2018-11-25 06:36:31 -08:00
requirements.txt 1.0.0 2019-01-04 03:49:38 +00: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. Currently only public chat channels on pnut.io are supported but work is in progress to support private messages.

Usage

To join a channel on pnut.io configured for public use:

  • /join #pnut_ID:monkeystew.net where ID is the id number of the channel on pnut.io
  • You can get the id number by looking at the URL when viewing the channel in patter.chat

By default any messages you send will be posted as the matrixbot user on pnut.io with your display name. You can however authorize pnut-matrix to post as your account instead.

To link your Matrix ID with your pnut.io account:

  • Start a direct chat with @pnut-matrix-bot:monkeystew.net
  • Type the !help command to get started.

Questions, comments, or issues

Join the chat!