A simple Haskell chat bot for Hipchat.
To hack on hbot and run in development it's best to use a cabal sandbox. Make sure that you have an up to date Cabal, and then:
$ cabal sandbox init
$ cabal install
To run hbot you need to tell it the OAuth2 token for connecting to the Hipchat API.
$ AUTH_TOKEN="abc123xyz" ROOM="my-room" PORT=3000 cabal run