mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-02 22:18:38 +01:00
Add Hello Matrix Bot and fix link in faq
This commit is contained in:
parent
4abdcc6f05
commit
e5bd9deeeb
|
|
@ -328,7 +328,7 @@ and contributed by the wider community. The full list can be seen at
|
|||
* [matrix-appservice-irc](https://github.com/matrix-org/matrix-appservice-irc) - an increasingly comprehensive Matrix\<-\>IRC bridge
|
||||
* [matrix-appservice-verto](https://github.com/matrix-org/matrix-appservice-verto) - links from Matrix to FreeSWITCH via the Verto protocol
|
||||
* [matrix-appservice-slack](https://github.com/matrix-org/matrix-appservice-slack) - a basic bridge to Slack
|
||||
* [matrix-appservice-purple](https://github.com/matrix-org/purple-matrix) - lets you access any of the 20+ protocols supported by
|
||||
* [node-purple](https://github.com/matrix-org/node-purple) - lets you access any of the 20+ protocols supported by
|
||||
[libpurple](https://developer.pidgin.im/wiki/WhatIsLibpurple), including
|
||||
Skype, Lync, XMPP, etc)
|
||||
* [matrix-appservice-bridge](https://github.com/matrix-org/matrix-appservice-bridge) - a general NodeJS framework for writing bridges
|
||||
|
|
|
|||
29
supporting-docs/projects/2016-09-04-hello-matrix-bot.md
Normal file
29
supporting-docs/projects/2016-09-04-hello-matrix-bot.md
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
---
|
||||
layout: project
|
||||
title: Hello Matrix Bot
|
||||
categories: projects other
|
||||
description: Bot with an array of plugins
|
||||
author: Alexander Rudyk
|
||||
maturity: Alpha
|
||||
---
|
||||
|
||||
# {{ page.title }}
|
||||
This project is a simple attempt at providing a friendly face to as many popular services as possible, making them accessible from any Matrixroom. "Hello Matrix" is written as NodeJS application, building on matrix-js-sdk, the JavaScript SDK from the creators of Matrix. It is a hobby project and as such far from feature complete, in fact it is all very basic right now - hopefully this will change over the coming months.
|
||||
|
||||
You can either use the "Hello Matrix" bot running on our server (just invite @hello-matrix:matrix.org into your Matrix room) or you can check out the code from this repository and run your own instance of "Hello Matrix" (also providing your own API keys to the services you want to use).
|
||||
|
||||
"Hello Matrix" currently supports the following services:
|
||||
|
||||
* Sending and receiving messages using Bitmessage
|
||||
* Numeric calculations using Wolfram Alpha
|
||||
* Throwing the dice (generating a random number)
|
||||
* Adding tasks to your Kanban board from Kanban Tool and getting notified of task status changes
|
||||
* Tracerouting a given IP
|
||||
* Weather from OpenWeatherMap
|
||||
* Providing WHOIS information on a domain or IP address
|
||||
* Adding tasks and monitoring progress on Wunderlist lists
|
||||
* The goal is to add at least generic web hook functionality in the coming months, which would immediately make a large number of other integrations possible. We’ll keep you updated on any progress.
|
||||
|
||||
|
|
||||
|
||||
Follow the progress and grab the code from [gitlab](https://gitlab.com/argit/hello-matrix-bot)!
|
||||
Loading…
Reference in a new issue