Git Product home page Git Product logo

discord-slack-bridge's Introduction

discord-slack-bridge

An ill-named internal discord <=> rocketchat <=> slack chat bridge

Bridges

  • #dev: the core dev chatroom
    • slack (#dev): enabled
    • discord (#dev): enabled
  • #internal: a chatter room for core dev and cakedc folks to coordinate on cakesf-related tasks (such as cakefest or the websites)
    • discord (#internal): enabled
    • slack (#internal): enabled
    • rocketchat (#cakephp): enabled (cakedc only)
  • #support: a mirror for the official support channel
    • discord (#support): enabled
    • slack (#support): enabled

Adding a new bridge

  • Add the redvelvet app on slack to the channel.
  • Create a new webhook integration for the discord channel (remember to save the integrations!) and copy the webhook.
  • Add a new stanza like so to the matterbridge.toml.sigl:
    [[gateway]]
    name   = "$CHANNEL_ALIAS"
    enable = true
    
    [[gateway.inout]]
    account = "discord.dev"
    channel = "$DISCORD_CHANNEL_NAME_WITHOUT_HASH"
    
    [[gateway.inout]]
    account = "slack.dev"
    channel = "$SLACK_CHANNEL_NAME_WITHOUT_HASH"
    
  • In the previously added gateway stanza, ensure the following are changed (using #lollipop as the example channel name on both discord and slack):
    • $CHANNEL_ALIAS: should be lollipop
    • $DISCORD_CHANNEL_NAME_WITHOUT_HASH: should be lollipop
    • $SLACK_CHANNEL_NAME_WITHOUT_HASH: should be lollipop
  • Deploy with the new bridge settings.

discord-slack-bridge's People

Contributors

admad avatar josegonzalez avatar othercorey avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.