mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-09 16:50:30 +00:00
Add fbridge to README
This commit is contained in:
parent
40d76b2296
commit
127eb908f3
32
README.md
32
README.md
@ -35,8 +35,9 @@
|
|||||||
|
|
||||||
### Table of Contents
|
### Table of Contents
|
||||||
* [Features](https://github.com/42wim/matterbridge/wiki/Features)
|
* [Features](https://github.com/42wim/matterbridge/wiki/Features)
|
||||||
|
* [Natively supported](#natively-supported)
|
||||||
|
* [3rd party via matterbridge api](#3rd-party-via-matterbridge-api)
|
||||||
* [API](#API)
|
* [API](#API)
|
||||||
* [Requirements](#requirements)
|
|
||||||
* [Chat with us](#chat-with-us)
|
* [Chat with us](#chat-with-us)
|
||||||
* [Screenshots](https://github.com/42wim/matterbridge/wiki/)
|
* [Screenshots](https://github.com/42wim/matterbridge/wiki/)
|
||||||
* [Installing](#installing)
|
* [Installing](#installing)
|
||||||
@ -63,18 +64,8 @@
|
|||||||
* [Private groups](https://github.com/42wim/matterbridge/wiki/Features#private-groups)
|
* [Private groups](https://github.com/42wim/matterbridge/wiki/Features#private-groups)
|
||||||
* [API](https://github.com/42wim/matterbridge/wiki/Features#api)
|
* [API](https://github.com/42wim/matterbridge/wiki/Features#api)
|
||||||
|
|
||||||
### API
|
### Natively supported
|
||||||
The API is very basic at the moment.
|
|
||||||
More info and examples on the [wiki](https://github.com/42wim/matterbridge/wiki/Api).
|
|
||||||
|
|
||||||
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
|
* [Mattermost](https://github.com/mattermost/mattermost-server/) 4.x, 5.x
|
||||||
* [IRC](http://www.mirc.com/servers.html)
|
* [IRC](http://www.mirc.com/servers.html)
|
||||||
* [XMPP](https://xmpp.org)
|
* [XMPP](https://xmpp.org)
|
||||||
@ -90,6 +81,22 @@ Accounts to one of the supported bridges
|
|||||||
* [Ssh-chat](https://github.com/shazow/ssh-chat)
|
* [Ssh-chat](https://github.com/shazow/ssh-chat)
|
||||||
* [Zulip](https://zulipchat.com)
|
* [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
|
## Chat with us
|
||||||
|
|
||||||
Questions or want to test on your favorite platform? Join below:
|
Questions or want to test on your favorite platform? Join below:
|
||||||
@ -239,6 +246,7 @@ Want to tip ?
|
|||||||
* [matterlink](https://github.com/elytra/MatterLink)
|
* [matterlink](https://github.com/elytra/MatterLink)
|
||||||
* [mattermost-plugin](https://github.com/matterbridge/mattermost-plugin) - Run matterbridge as a plugin in mattermost
|
* [mattermost-plugin](https://github.com/matterbridge/mattermost-plugin) - Run matterbridge as a plugin in mattermost
|
||||||
* [pyCord](https://github.com/NikkyAI/pyCord) (crossplatform chatbot)
|
* [pyCord](https://github.com/NikkyAI/pyCord) (crossplatform chatbot)
|
||||||
|
* [fbridge](https://github.com/VictorNine/fbridge) (Facebook messenger support)
|
||||||
|
|
||||||
## Articles
|
## Articles
|
||||||
* [matterbridge on kubernetes](https://medium.freecodecamp.org/using-kubernetes-to-deploy-a-chat-gateway-or-when-technology-works-like-its-supposed-to-a169a8cd69a3)
|
* [matterbridge on kubernetes](https://medium.freecodecamp.org/using-kubernetes-to-deploy-a-chat-gateway-or-when-technology-works-like-its-supposed-to-a169a8cd69a3)
|
||||||
|
Loading…
Reference in New Issue
Block a user