HipchatSearcher

Build Status Coverage Status Code Climate

This is the command line tool for hipchat.
You will be able to search hipchat log more easily.

Installation

$ gem install hipchat_searcher

Prepare

  • hitchat_searcher requires access token on hipchat. so you visit hipchat, login and get access token.
  • If you get access token, execute command like this.
echo {access_token} > ~/.hps

Usage

hipchat_searcher search for a regular expression the words that you specify.

  • Search the words in all room
hps word
  • Search the words in specified room
hps word -r room-name
  • Search the words that specified user talks
hps word -u user-name
  • Search the words since target date
hps word -d 2014-01-01
  • Search the words in archived room
hps word -a

Contributing

  1. Fork it ( https://github.com/mgi166/hipchat_searcher/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request