Skip to content

hacking-thursday/gitter-irc-bot-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Dockerized Gitter/Irc forwarder bot.

Docker Hub Join the chat at https://gitter.im/chihchun/gitter-irc-bot-docker

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/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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published