Project

hipcow

0.0
No commit activity in last 3 years
No release in over 3 years
Become the cow whisperer on Hipchat... Or at least a whispering cow...
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

hipcow

Ruby gem: cowsay for Hipchat

Be that guy on Hipchat...

Installation

gem install hipcow

or in your Gemfile

gem 'hipcow'

Whispering with cows

my_hipchat_api_key = '1234567abcd'
cow = 'dragon-and-cow'
notify = 0
name = 'Puff'
color = 'red'

hipcow = Hipcow.new(my_hipchat_api_key, cow, notify, name, color)

hipcow.get_rooms
room_id = 123456

hipcow.say(room_id, 'Hello world. Moo.')