Project

schism

0.0
No commit activity in last 3 years
No release in over 3 years
Send SMS via the console
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

= 2.0.0.rc1
= 0.19.1
 Project Readme

schism allows you to send SMS via the console with the Clockwork API

Install

gem install schism

Configuration

  • Get an API key from Clockwork
  • Create a file at ~/.config/schism_api_key and paste your Clockwork API key in to it.

Usage

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"

Contributors

Built by OkayDave

Special thanks to Powder for providing the application skeleton.

Copyright

Copyright (c) 2015 Dave Russell. See LICENSE for details.