Project

im-kayac

0.0
No commit activity in last 3 years
No release in over 3 years
post message http://im.kayac.com
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

im-kayac

rubygem for im.kayac.com

Install

% gem install im-kayac

Registration

please registrate on http://im.kayac.com

im-kayac command

% im-kayac --help
% im-kayac --to USER_NAME "hello world"

Gem Usage

require 'im-kayac'
ImKayac.to('username').post('hello world')

password

ImKayac.to('username').password('your-password').post('hello')

secret key

ImKayac.to('username').secret('your-key').post('hello')

iPhone URL Scheme Handler

ImKayac.to('username').handler('twitter://twitter.com/shokai').post('he is')  # => open twitter
ImKayac.to('username').handler('mailto:example@example.com').post('hello')

Sample

https://github.com/shokai/ruby-im-kayac/tree/master/sample

Contributing

  1. Fork it
  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 new Pull Request