Relays messages between our Discord and Slack channels.
Requires Node.js to run.
npm install
to grab dependencies, then npm start
to setup.
Requires a .env
file with the following variables:
SLACK_TOKEN
, API token from SlackSLACK_CHANNEL
, name of target channel in Slack workspaceDISCORD_TOKEN
, API token from DiscordDISCORD_CHANNEL
, id (NOT name) of target channel in Discord server
You'll also need to grant permissions to the bot, once you have it hosted somewhere, in both Slack and Discord.
Will automatically broadcast messages received in either the target Slack or Discord channel into the other.
Does not handle formatting particularly nicely. Intended really for plain text.