Skip to content

ljsc/hbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hbot

A simple Haskell chat bot for Hipchat.

Running

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

About

A simple Haskell chat bot for Hipchat

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published