From 68d69d5fd5ee9e44ce04b63f73d2589c7c0028c0 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 4 Apr 2017 12:20:36 -0600 Subject: [PATCH] Create 2017-03-19-matrix-voyager-bot.md --- .../projects/2017-03-19-matrix-voyager-bot.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 supporting-docs/projects/2017-03-19-matrix-voyager-bot.md diff --git a/supporting-docs/projects/2017-03-19-matrix-voyager-bot.md b/supporting-docs/projects/2017-03-19-matrix-voyager-bot.md new file mode 100644 index 00000000..d39c69f6 --- /dev/null +++ b/supporting-docs/projects/2017-03-19-matrix-voyager-bot.md @@ -0,0 +1,16 @@ +--- +layout: project +title: matrix-voyager-bot +categories: projects other +description: Maps the Matrix network as it discovers rooms +author: Travis Ralston +maturity: Alpha +--- + +# {{ page.title }} + +Voyager is a bot that travels the network by looking for rooms it can join. When the bot sees a message with a room alias, it will try to join the room to gather more links to rooms. + +Check out [the current graph](https://voyager.t2bot.io), or ask questions in [#voyager:t2l.io](https://matrix.to/#/#voyager:t2l.io). Voyager is not meant to be an intrusive bot, and is more than happy to automatically de-list a room when kicked or banned. + +The source (and more information) can be found on [GitHub](https://github.com/turt2live/matrix-voyager-bot).