clickatell
clickatell copied to clipboard
NO LONGER SUPPORTED - Ruby interface to the Clickatell SMS Gateway API
In lib/clickatell.rb : module Clickatelll end # one 'l' too much
Hi Luke
I've changed the way error handling works so if you send multiple messages at once, we won't raise an exception just because one of those messages failed. You'd really want...
Hello! It is [**Picabot**, an automatic GitHub image optimizer](https://github.com/somu/picabot). Your repository cointains some images, and I compressed them for you. Do not worry: the compression is lossless and uses [ImageOptim](http://imageoptim.com)...
Add unicode support. https://gist.github.com/7ae65630cce67f5081cf
Just getting started and testing with the command line tool, sms I've created the ~/.clickatell file but for one reason or another I'm getting an authentication error, however sms just...
I saw the commits regarding the concat parameter. AFAIK this value indicates the maximum length allowed, not the actual length of the current message. The reason is that the parameter...
Why can't I add to the options unicode = 1. Looks like the api limits options to only allow :from, :mo, :callback. Is there a way around this that I...
Not all shells and all environments sets ENV[HOME], line 90 of options.rb has: ``` config_file = File.open(File.join(ENV['HOME'], '.clickatell')) ``` which raises an exception and dies without sending sms if HOME...