Matrix bridge for pnut.io
Go to file
2018-08-24 04:19:54 +00:00
migrations duplicate matrixroom table with new constraint 2017-05-25 12:04:02 -07:00
.gitignore tweak to ignored files 2017-05-24 17:04:05 -07:00
appservice.py attempt to handle lack of image info in event #32 2018-05-10 07:30:14 -07:00
bot.py remove client lib from bot and keep to the api resolves #27 2018-03-24 18:49:16 -07:00
CHANGELOG.md Update CHANGELOG.md to correct the wrong link 2018-08-24 04:19:54 +00:00
LICENSE Initial commit 2017-03-04 15:17:07 +00:00
manage.py initial database model 2017-03-04 11:29:44 -08:00
models.py duplicate matrixroom table with new constraint 2017-05-25 12:04:02 -07:00
pnut-bridge.py revert to previous method of checking for new messages 2018-03-31 08:55:40 -07:00
pnut-matrix-bot.py new bot to handle user registrations 2018-05-08 21:52:53 -07:00
pnutlib.py setup for polling with matrixbot user and join pnut-bridge when invited 2017-05-24 17:04:27 -07:00
README.md update readme 2018-05-08 22:15:11 -07:00
requirements.txt fix yaml requirement 2017-03-04 14:31:59 -08: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!

See chat/pnut-matrix for bridge details.