Dockerized Gitter/Irc forwarder http://j.mp/1Eb77Nr
459
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 the personal 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/discussionsGITTERBOT_IRC_CHANNEL IRC Channel name, e.g. #datGITTERBOT_IRC_NICK The IRC user nick of the botThe following options are optional:
GITTERBOT_IRC_SERVER IRC Server name, e.g. irc.freenode.netGITTERBOT_IRC_OPTS JSON string with options passed to node-ircContent type
Image
Digest
sha256:35cdaf71d…
Size
245.5 MB
Last updated
about 10 years ago
docker pull chihchun/gitter-irc-bot