Bot that synchronises messages from a gitter room and an irc channel.
Install with npm install gitter-irc-bot.
If you want to test this bot, go to the gitter channel and
join #gitterircbot on Freenode.
You need to set the following env variables
GITTERBOT_APIKEYLog in with your github/gitter bot here and take thepersonal access tokenGITTERBOT_GITTER_ROOMThe Gitter Room, e.g.datproject/discussionsGITTERBOT_IRC_SERVERIRC Server name, e.g.irc.freenode.netGITTERBOT_IRC_CHANNELIRC Channel name, e.g.#datGITTERBOT_IRC_NICKThe IRC user nick of the botGITTERBOT_IRC_OPTSJSON string with options passed to node-irc
Then start the bot with npm start, or if you install globally run gitter-irc-bot.
When deploying to heroku you need to set HEROKU_URL to the url of your heroku app.
Otherwise heroku will spin down your free heroku instance after a few minutes.
