diff options
author | Wim <wim@42.be> | 2018-01-28 19:47:48 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2018-01-28 19:47:48 +0100 |
commit | e1a4d7f77e76f8f29f17fe6cbc3a8cc96dc6fca7 (patch) | |
tree | cec88e5154540772228a1412d7c2865d001ccd30 /README.md | |
parent | a7a4554a85485e32369377966e7cd02fa3656ddf (diff) | |
download | matterbridge-msglm-e1a4d7f77e76f8f29f17fe6cbc3a8cc96dc6fca7.tar.gz matterbridge-msglm-e1a4d7f77e76f8f29f17fe6cbc3a8cc96dc6fca7.tar.bz2 matterbridge-msglm-e1a4d7f77e76f8f29f17fe6cbc3a8cc96dc6fca7.zip |
Update readme about REST api projects (matterlink,pycord)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -8,7 +8,8 @@ Click on one of the badges below to join the chat ![matterbridge.gif](https://s15.postimg.org/qpjhp6y3f/matterbridge.gif) Simple bridge between Mattermost, IRC, XMPP, Gitter, Slack, Discord, Telegram, Rocket.Chat, Hipchat(via xmpp), Matrix and Steam. -Has a REST API. +Has a REST API. +Minecraft server chat support via [MatterLink](https://github.com/elytra/MatterLink) # Table of Contents * [Features](#features) @@ -35,6 +36,14 @@ Has a REST API. * Edits and delete messages across bridges that support it (mattermost,slack,discord,gitter,telegram) * REST API to read/post messages to bridges (WIP). +## API +The API is very basic at the moment and rather undocumented. + +Used by at least 2 projects. Feel free to make a PR to add your project to this list. + +* [MatterLink](https://github.com/elytra/MatterLink) (Matterbridge link for Minecraft Server chat) +* [pyCord](https://github.com/NikkyAI/pyCord) (crossplatform chatbot) + # Requirements Accounts to one of the supported bridges * [Mattermost](https://github.com/mattermost/platform/) 3.8.x - 3.10.x, 4.x |