cakephp/slackebot

Name: slackebot

Owner: CakePHP

Description: null

Created: 2016-11-12 22:05:18.0

Updated: 2016-11-12 22:08:39.0

Pushed: 2016-11-12 22:08:38.0

Homepage: null

Size: 2

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

slackebot

A Dokku-deployable slack-irc bridge.

Deploying

On the Dokku server:

eate the app
u apps:create slackebot

nfigure the app
u config:set CHANNEL_MAPPING="VALUE"
u config:set IRC_AUTOSEND_COMMANDS="VALUE"
u config:set IRC_BOT_NAME="VALUE"
u config:set IRC_FLOOD_PROTECTION="VALUE"
u config:set IRC_FLOOD_PROTECTION_DELAY="VALUE"
u config:set IRC_SERVER="VALUE"
u config:set SLACK_BOT_TOKEN="VALUE"

On your local computer:

d the remote
remote add dokku dokku@SERVER_IP:slackebot

sh the app
push dokku master

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.