Project

hcutil

0.0
No commit activity in last 3 years
No release in over 3 years
Utility for working with HipChat from the command line
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.19
 Project Readme

hipchat-util

Utilities for working with HipChat

Get your HipChat API v2 token from: https://YOUR-ORG.hipchat.com/account/api

Setup

$ echo 'YOUR_API_TOKEN' > ~/.hcapi
$ gem install hcutil

copy

To copy text from a HipChat room:

$ hcutil help copy
$ hcutil copy 'Target HipChat Room'
$ hcutil copy 'Target HipChat Room' -n 50 -d '2014-01-31'

ping

To ping a ticket response to a (hardcoded at this point) room:

$ hcutil help ping
$ hcutil ping 1234 my-response.txt
$ hcutil ping 1234 my-response.txt 'Response contains blah blah blah'