My favorites | Sign in
Google
Projects on Google Code Results 1 - 1 of 1
=A newer version was available on Github: http://github.com/cfc/twsmsr/tree/master= This is a Ruby library for TWSMS(http://www.twsms.com). {{{ require 'twsms' sms = TWSMS.new("username", "password") sms.sendSMS(mobile, message) sms.querySMS sms.setMessageId(msgid) sms.querySMS }}}