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
- Host: GitHub
- URL: https://github.com/bitjson/bitcoin-hivemind-slack-irc-bridge
- Owner: bitjson
- Created: 2017-08-16T00:34:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-16T00:38:44.000Z (over 8 years ago)
- Last Synced: 2025-01-14T06:47:12.092Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
}
}
```