From f09d849d4d0cc30896a8a29aa1aa58a6a47c4482 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 4 May 2017 22:39:16 -0700 Subject: [PATCH] updated readme --- README.md | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9ca738..b2a5137 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,35 @@ -# pnut-matrix +# The Matrix <--> Pnut bridge -Matrix bridge for pnut.io \ No newline at end of file +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** + +* [monkeystew dev](https://patter.chat/room.html?channel=85) + +See [monkeystew.org/chat](https://monkeystew.org/chat) for additional information on accessing the chat room.