forked from errbotio/errbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Setup with Hipchat
gbin edited this page Aug 16, 2012
·
1 revision
Hipchat works with the standard jabber backend but you can use the new dedicated backend so Err can post HTML messages directly to its API.
1. On the hipchat site, create a user for the bot and create an admin API token from Group Admin / API.
2. Add the l/p and token to your config
# HIPCHAT
BOT_IDENTITY = {
'username' : '[email protected]',
'password' : '********',
'token' : 'b22252a7a6264b19027a47f6c99aa1'
}```
Don't forget to update the list of people allowed to administer the Bot, still hipchat-user-style:
```python
BOT_ADMINS = ('[email protected]',)
3. Start Err with the -H parameter (hipchat backend)
Note: HTML support is somewhat limited compared to standard xhtml-im so some commands might break