nglx / hipbot-example

example hipbot with deployment instructions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hipbot-example

Deploy your own hipbot to heroku in 4 easy steps:

  1. Create an user on hipchat for your hipbot

  2. Clone this repo

git clone https://github.com/netguru/hipbot-example.git
  1. Set up heroku app

( find your bot's JID on https://hipchat.com/account/xmpp )

heroku apps:create
heroku config:set HIPBOT_JID=bot@chat.hipchat.com
heroku config:set HIPBOT_PASSWORD=password
  1. Deploy!
git push heroku master
heroku ps:scale worker=1

You can now customize the responses in bot.rb for fun and profit!

Also, check out some of the plugins included ( https://github.com/netguru/hipbot-plugins#hipbot-plugins ).

About

example hipbot with deployment instructions


Languages

Language:Ruby 100.0%