From 11933649ac34c6fe0dcfecf8b5ea8e8ea44cd8c5 Mon Sep 17 00:00:00 2001 From: Sophie Tauchert Date: Sun, 8 Jan 2023 15:21:01 +0100 Subject: [PATCH] Add README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ccf132 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# maubot-ntfy + +This is a [maubot](https://maubot.xyz/) plugin to subscribe to [ntfy](https://ntfy.sh/) topics and send messages to a matrix room. + +## Usage + +Install as a maubot plugin and configure an instance. Alternatively, `@ntfy:catgirl.cloud` is available as well. + +Use `!ntfy subscribe server/topic` (for example `!ntfy subscribe ntfy.sh/my_topic`) to subscribe the current room to the ntfy topic. Future messages will be sent to the room. + +To unsubscribe, use `!ntfy unsubscribe server/topic`.