An open API service indexing awesome lists of open source software.

https://github.com/bitjson/bitcoin-hivemind-slack-irc-bridge


https://github.com/bitjson/bitcoin-hivemind-slack-irc-bridge

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# bitcoin-hivemind-slack-irc-bridge

Add `config.json` to top-level, replacing `IRC_NICKNAME`, `SLACK_TOKEN`, and `IRC_PASSWORD`:

```json
{
"nickname": "IRC_NICKNAME",
"server": "irc.freenode.org",
"token": "SLACK_TOKEN",
"avatarUrl": "https://robohash.org/$username.png?size=48x48",
"autoSendCommands": [["PRIVMSG", "NickServ", "IDENTIFY IRC_PASSWORD"]],
"channelMapping": {
"#drivechain-dev-irc": "#drivechain-dev"
}
}
```