docker pull chihchun/gitter-irc-bot-docker
docker run --rm \
-e GITTERBOT_APIKEY=[API] \
-e GITTERBOT_GITTER_ROOM=hacking-thursday \
-e GITTERBOT_IRC_CHANNEL=#h4 \
-e GITTERBOT_IRC_NICK=h4bot \
-e GITTERBOT_IRC_SERVER=irc.freenode.net \
gitter-irc-proxy \
node_modules/gitter-irc-bot/bin.js
GITTERBOT_APIKEY
Log in with your github/gitter bot here and take thepersonal access token
. Important: This shouldn't be your personal GitHub account, but a designated bot account.GITTERBOT_GITTER_ROOM
The Gitter Room, e.g.datproject/discussions
GITTERBOT_IRC_CHANNEL
IRC Channel name, e.g.#dat
GITTERBOT_IRC_NICK
The IRC user nick of the bot
The following options are optional:
GITTERBOT_IRC_SERVER
IRC Server name, e.g.irc.freenode.net
GITTERBOT_IRC_OPTS
JSON string with options passed to node-irc
Upstream: https://github.com/finnp/gitter-irc-bot/