public
Description: A SMS sender library for Ruby. (Only useful in Taiwan)
Homepage:
Clone URL: git://github.com/cfc/twsmsr.git
twsmsr /
name age message
file README Sun Jan 18 02:48:17 -0800 2009 Fix some bug and edit README. [CFC]
directory examples/ Mon Aug 24 08:03:28 -0700 2009 Path problem fixed. [HeChian Hsu]
directory lib/ Tue Jan 20 08:28:52 -0800 2009 fix a missed word. [CFC]
file twsmsr.rb Mon Aug 24 08:03:28 -0700 2009 Path problem fixed. [HeChian Hsu]
README
= TWSMSR 
TWSMS is a SMS Service Company in Taiwan.
And TWSMSR is a sender library for Ruby to easy use SMS service.

= Usage

require 'twsmsr'
t = TWSMSR.new(username, password)
resp = t.send(tel, message) # Get response, if resp is less than 0, it means it got an error! If response is greater 
than 0, that means the response is the message id.
puts t.query # Get error check.
puts t.message_id # Get message id.
t.message_id = "123456" # Set Message ID
puts t.query



= Support
You can mail to CFC (cfcsky@gmail.com) to report issues.