From f656aa55e4e2d7fca57205367ada84d38230c705 Mon Sep 17 00:00:00 2001 From: Oddvar Lovaas Date: Fri, 10 Feb 2017 16:18:12 +0000 Subject: [PATCH] Add Navi --- supporting-docs/projects/2017-02-05-navi.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 supporting-docs/projects/2017-02-05-navi.md diff --git a/supporting-docs/projects/2017-02-05-navi.md b/supporting-docs/projects/2017-02-05-navi.md new file mode 100644 index 00000000..0c563ca6 --- /dev/null +++ b/supporting-docs/projects/2017-02-05-navi.md @@ -0,0 +1,17 @@ +--- +layout: project +title: Navi +categories: projects other +description: A minimal Matrix notification bot +author: Maximilian Fricke +maturity: Alpha +--- + +# {{ page.title }} +Navi is a tiny bot for Matrix that sends notifications to users. It is builtupon the [Matrix Python SDK](https://github.com/matrix-org/matrix-python-sdk). + +The motivation behind Navi is to send notifications from anywhere to everywhere. This includes the push services GCM and APNs that [Riot](https://riot.im/) bridges to, without having to rely on services such as Pushbullet or Pushover. + +The first time you use it, Navi creates a new room and invites your user to it. The room will be reused afterwards. If you leave the room, so will Navi, and invite you to a new room. + +Follow the progress and grab the code from [GitHub](https://github.com/madmax28/navi)!