としたにあんの左脳

備忘録です.

hipchat-cliの使い方

hipchat/hipchat-cli · GitHub

コマンドが終了したらHipchatで通知飛ばしたい時とかに便利

インストール

wget https://raw.githubusercontent.com/hipchat/hipchat-cli/master/hipchat_room_message
chmod +x hipchat_room_message
mv hipchat_room_message /usr/local/bin

使い方

export HIPCHAT_TOKEN=xxx
export HIPCHAT_ROOM_ID=xxx
hipchat_room_message -f "System" -i hello

コマンドが成功したら通知くれるやつ

sleep 10 && hipchat_room_message -f "System" -i hello