Matrix bridge for pnut.io
Find a file
2017-05-25 12:04:02 -07: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 duplicate matrixroom table with new constraint 2017-05-25 12:04:02 -07:00
bot.py complete user registration process, closes issue #5 2017-05-04 21:35:05 -07: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 duplicate matrixroom table with new constraint 2017-05-25 12:04:02 -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 updated readme 2017-05-04 22:39:16 -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-bridge:monkeystew.net
  • Type the help command to get started.

Questions, comments, or issues

Join my development chat!

Matrix

  • /join #dev:monkeystew.net

Pnut

See monkeystew.org/chat for additional information on accessing the chat room.