irc3.plugins.slack Slack plugin

Introduce a slack/irc interface to bridge messages between slack and irc.

Install aiohttp:

$ pip install aiohttp

Usage

Create a bridge between slack and irc

Note

Be sure to invite the bot in slack to the channels it should be bridging

Config Options

irc3.plugins.slack

token

slack api token (user or bot integration)

notify

The slack user ids to notify, this needs to be the unique user ids.

irc3.plugins.slack.channels

This section is a list of channels that should be bridge. The first is the slack channel that the bot needs to be joined to to bridge slack to irc.

Then assigned to that is the list of irc channels that slack channel should forward to.