Ruboty::Hipchat

June 20, 2014 ยท View on GitHub

Hipchat adapter for Ruboty.

Usage

# Gemfile
gem "ruboty-hipchat"

ENV

HIPCHAT_JID          - Account's JID (e.g. 12345_67890@chat.hipchat.com)
HIPCHAT_NICKNAME     - Account's nickname, which must match the name on the HipChat account (e.g. Ruboty)
HIPCHAT_PASSWORD     - Account's password (e.g. xxx)
HIPCHAT_ROOM_NAME    - Room name ruboty first logs in (e.g. 12345_room_a,12345_room_b)