From 9571238043405b09ee5cd8d1373759b222a1fe40 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 26 May 2022 18:47:51 -0700 Subject: [PATCH] Updated for the new public bridge --- README.md | 9 ++++----- requirements.txt | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b6075a..673d7ca 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,13 @@ 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. +This bridge will pass pnut.io channel messages through to Matrix, and Matrix messages through to pnut.io channels. ## Usage -The public bridge has been retired and is no longer available. You can get future updates on social media or public chat. +The public bridge is once again online! + +See [Using-the-public-bridge](https://gitlab.com/thrrgilag/pnut-matrix/-/wikis/Using-the-public-bridge) for details. -- [Social](https://thrrgilag.net/social) -- [pnut.io chat](https://patter.chat/room/999) -- [thrrgilag's chat](https://thrrgilag.net/chat/dev) diff --git a/requirements.txt b/requirements.txt index 2a0d308..ae1f4cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ pyyaml requests -matrix-client +matrix-client==0.3.2 Flask pnutpy sqlalchemy websocket-client filemagic -git+https://github.com/shawnanastasio/python-matrix-bot-api \ No newline at end of file