Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 496 Bytes

File metadata and controls

21 lines (14 loc) · 496 Bytes

Simple HipChat Search

This script can be used to search a hipchat channel for any string.

To use this script you will need to get yourself a V2 api key from your hipchat profile. Make sure you set the scope to have view_group or view_messages.

Basic Usage:

ruby search -t <hipchat_api_token_v2> -r <room_name>

The above command will put into output.csv all the messages for the last day.

The other options can be found by running:

ruby search --help

Happy Searching.