summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWim <wim@42.be>2019-02-12 17:21:27 +0100
committerWim <wim@42.be>2019-02-12 17:21:27 +0100
commit127eb908f38b2bab207e2db2a94a9b61bd2d07e0 (patch)
tree3bb006a7ac6a98b567750b4d1570bb754b291f09 /README.md
parent40d76b22960fcc57e167fb08b97f4ff3aec31090 (diff)
downloadmatterbridge-msglm-127eb908f38b2bab207e2db2a94a9b61bd2d07e0.tar.gz
matterbridge-msglm-127eb908f38b2bab207e2db2a94a9b61bd2d07e0.tar.bz2
matterbridge-msglm-127eb908f38b2bab207e2db2a94a9b61bd2d07e0.zip
Add fbridge to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md32
1 files changed, 20 insertions, 12 deletions
diff --git a/README.md b/README.md
index 3c1df02d..bfa403dc 100644
--- a/README.md
+++ b/README.md
@@ -35,8 +35,9 @@
### Table of Contents
* [Features](https://github.com/42wim/matterbridge/wiki/Features)
+ * [Natively supported](#natively-supported)
+ * [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
* [API](#API)
- * [Requirements](#requirements)
* [Chat with us](#chat-with-us)
* [Screenshots](https://github.com/42wim/matterbridge/wiki/)
* [Installing](#installing)
@@ -63,18 +64,8 @@
* [Private groups](https://github.com/42wim/matterbridge/wiki/Features#private-groups)
* [API](https://github.com/42wim/matterbridge/wiki/Features#api)
-### API
-The API is very basic at the moment.
-More info and examples on the [wiki](https://github.com/42wim/matterbridge/wiki/Api).
+### Natively supported
-Used by at least 3 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)
-* [Mattereddit](https://github.com/bonehurtingjuice/mattereddit) (Reddit chat support)
-
-## Requirements
-Accounts to one of the supported bridges
* [Mattermost](https://github.com/mattermost/mattermost-server/) 4.x, 5.x
* [IRC](http://www.mirc.com/servers.html)
* [XMPP](https://xmpp.org)
@@ -90,6 +81,22 @@ Accounts to one of the supported bridges
* [Ssh-chat](https://github.com/shazow/ssh-chat)
* [Zulip](https://zulipchat.com)
+### 3rd party via matterbridge api
+* [Minecraft](https://github.com/elytra/MatterLink)
+* [Reddit](https://github.com/bonehurtingjuice/mattereddit)
+* [Facebook messenger](https://github.com/VictorNine/fbridge)
+
+### API
+The API is very basic at the moment.
+More info and examples on the [wiki](https://github.com/42wim/matterbridge/wiki/Api).
+
+Used by the projects below. 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)
+* [Mattereddit](https://github.com/bonehurtingjuice/mattereddit) (Reddit chat support)
+* [fbridge](https://github.com/VictorNine/fbridge) (Facebook messenger support)
+
## Chat with us
Questions or want to test on your favorite platform? Join below:
@@ -239,6 +246,7 @@ Want to tip ?
* [matterlink](https://github.com/elytra/MatterLink)
* [mattermost-plugin](https://github.com/matterbridge/mattermost-plugin) - Run matterbridge as a plugin in mattermost
* [pyCord](https://github.com/NikkyAI/pyCord) (crossplatform chatbot)
+* [fbridge](https://github.com/VictorNine/fbridge) (Facebook messenger support)
## Articles
* [matterbridge on kubernetes](https://medium.freecodecamp.org/using-kubernetes-to-deploy-a-chat-gateway-or-when-technology-works-like-its-supposed-to-a169a8cd69a3)