schism
allows you to send SMS via the console with the Clockwork API
gem install schism
- Get an API key from Clockwork
- Create a file at
~/.config/schism_api_key
and paste your Clockwork API key in to it.
To check your balance:
schism balance
To send an SMS
schism send --to NUMBER --message MESSAGE
NUMBER
must include the internation dialling code and area code, excluding any spaces or special characters. For example:
--to 447654123456
MESSAGE
should be wrapped in quotations, for example:
--message "Hello, this is a multiple word message"
Built by OkayDave
Special thanks to Powder for providing the application skeleton.
Copyright (c) 2015 Dave Russell. See LICENSE for details.