Add link to nctalk in README

pull/1209/head
Wim 4 years ago
parent 2f5e211065
commit e8167ee3d7

@ -146,7 +146,7 @@ Questions or want to test on your favorite platform? Join below:
## Screenshots ## Screenshots
See https://github.com/42wim/matterbridge/wiki See <https://github.com/42wim/matterbridge/wiki>
## Installing / upgrading ## Installing / upgrading
@ -169,14 +169,13 @@ Most people just want to use binaries, you can find those [here](https://github.
If you really want to build from source, follow these instructions: If you really want to build from source, follow these instructions:
Go 1.12+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed. Go 1.12+ is required. Make sure you have [Go](https://golang.org/doc/install) properly installed.
```bash
```
go get github.com/42wim/matterbridge go get github.com/42wim/matterbridge
``` ```
You should now have matterbridge binary in the ~/go/bin directory: You should now have matterbridge binary in the ~/go/bin directory:
``` ```bash
$ ls ~/go/bin/ $ ls ~/go/bin/
matterbridge matterbridge
``` ```
@ -259,7 +258,7 @@ RemoteNickFormat="[{PROTOCOL}/{BRIDGE}] <{NICK}> "
See [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration. See [howto](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) for a step by step walkthrough for creating your configuration.
``` ```bash
Usage of ./matterbridge: Usage of ./matterbridge:
-conf string -conf string
config file (default "matterbridge.toml") config file (default "matterbridge.toml")
@ -300,15 +299,15 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ)
## 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)
- https://mattermost.com/blog/connect-irc-to-mattermost/ - <https://mattermost.com/blog/connect-irc-to-mattermost/>
- https://blog.valvin.fr/2016/09/17/mattermost-et-un-channel-irc-cest-possible/ - <https://blog.valvin.fr/2016/09/17/mattermost-et-un-channel-irc-cest-possible/>
- https://blog.brightscout.com/top-10-mattermost-integrations/ - <https://blog.brightscout.com/top-10-mattermost-integrations/>
- http://bencey.co.nz/2018/09/17/bridge/ - <http://bencey.co.nz/2018/09/17/bridge/>
- https://www.algoo.fr/blog/2018/01/19/recouvrez-votre-liberte-en-quittant-slack-pour-un-mattermost-auto-heberge/ - <https://www.algoo.fr/blog/2018/01/19/recouvrez-votre-liberte-en-quittant-slack-pour-un-mattermost-auto-heberge/>
- https://kopano.com/blog/matterbridge-bridging-mattermost-chat/ - <https://kopano.com/blog/matterbridge-bridging-mattermost-chat/>
- https://www.stitcher.com/s/?eid=52382713 - <https://www.stitcher.com/s/?eid=52382713>
- https://daniele.tech/2019/02/how-to-use-matterbridge-to-connect-2-different-slack-workspaces/ - <https://daniele.tech/2019/02/how-to-use-matterbridge-to-connect-2-different-slack-workspaces/>
- https://userlinux.net/mattermost-and-matterbridge.html - <https://userlinux.net/mattermost-and-matterbridge.html>
## Thanks ## Thanks
@ -321,24 +320,25 @@ See [FAQ](https://github.com/42wim/matterbridge/wiki/FAQ)
Matterbridge wouldn't exist without these libraries: Matterbridge wouldn't exist without these libraries:
- discord - https://github.com/bwmarrin/discordgo - discord - <https://github.com/bwmarrin/discordgo>
- echo - https://github.com/labstack/echo - echo - <https://github.com/labstack/echo>
- gitter - https://github.com/sromku/go-gitter - gitter - <https://github.com/sromku/go-gitter>
- gops - https://github.com/google/gops - gops - <https://github.com/google/gops>
- gozulipbot - https://github.com/ifo/gozulipbot - gozulipbot - <https://github.com/ifo/gozulipbot>
- irc - https://github.com/lrstanley/girc - irc - <https://github.com/lrstanley/girc>
- keybase - https://github.com/keybase/go-keybase-chat-bot - keybase - <https://github.com/keybase/go-keybase-chat-bot>
- matrix - https://github.com/matrix-org/gomatrix - matrix - <https://github.com/matrix-org/gomatrix>
- mattermost - https://github.com/mattermost/mattermost-server - mattermost - <https://github.com/mattermost/mattermost-server>
- msgraph.go - https://github.com/yaegashi/msgraph.go - msgraph.go - <https://github.com/yaegashi/msgraph.go>
- slack - https://github.com/nlopes/slack - nctalk - <https://github.com/gary-kim/go-nc-talk>
- sshchat - https://github.com/shazow/ssh-chat - slack - <https://github.com/nlopes/slack>
- steam - https://github.com/Philipp15b/go-steam - sshchat - <https://github.com/shazow/ssh-chat>
- telegram - https://github.com/go-telegram-bot-api/telegram-bot-api - steam - <https://github.com/Philipp15b/go-steam>
- tengo - https://github.com/d5/tengo - telegram - <https://github.com/go-telegram-bot-api/telegram-bot-api>
- whatsapp - https://github.com/Rhymen/go-whatsapp/ - tengo - <https://github.com/d5/tengo>
- xmpp - https://github.com/mattn/go-xmpp - whatsapp - <https://github.com/Rhymen/go-whatsapp>
- zulip - https://github.com/ifo/gozulipbot - xmpp - <https://github.com/mattn/go-xmpp>
- zulip - <https://github.com/ifo/gozulipbot>
<!-- Links --> <!-- Links -->

Loading…
Cancel
Save