Skip to content

punerb/punerb-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

punerb-bot

bot for # on freenode

Instructions for deploying on Heroku

Clone the repo. Change the name <bot-name> to name of your bot. Below is an example of deploying <bot-name> on heroku.

heroku create <bot-name> --stack cedar
git push heroku master
heroku config:add HUBOT_IRC_SERVER="irc.freenode.net"
heroku config:add HUBOT_IRC_ROOMS="#<channel-name>"
heroku config:add HUBOT_IRC_NICK="<bot-name>"
heroku config:add HUBOT_IRC_DEBUG="true"
heroku ps:scale app=1

About

bot for #punerb on freenode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published