Code Monkey home page Code Monkey logo

sms-cli's Introduction

sms-cli :: command line SMS sender
==================================

sms-cli is a configurable command line SMS sending tool, useful
for sending text messages for instance from scripts.

Installation
------------
No stable releases have been published so far. To use sms-cli
simply check-out the code from GitHub:
  git clone https://github.com/mludvig/sms-cli.git

Usage
-----
Basic usage is very simple:

  ~ $ sms-cli --recipient +123-456-7890 --message "Some message :)"
  INFO: SMS(Clickatell) sent to 1234567890 with ID: 9a8353aad0cb29

The message can be sent to more than one recipient at the same
time, just use more --recipient (or -r) parameters.

Engines
-------
sms-cli can support a number of SMS gateways by way of "engines".

At this moment the supported gateways / operators are:
* Clickatell   - http://clickatell.com
* MessageMedia - http://message-media.com
* SMS Global   - http://smsglobal.com

Configuration
-------------
Copy the example sms-cli.conf.template file to $HOME/.sms-cli.conf
and fill in the access details for your operator. When using multiple
operators configure each in their appropriate section and then use
sms-cli with --profile option to select one. When no profile is
requested the [default] section will be used.

Development and contributions
-----------------------------
To contribute new engines simply "fork" the source repository on
GitHub, do your development and then send a "merge request" to
push your changes back to the main tree.

Start here: https://github.com/mludvig/sms-cli

If in doubt contact the sms-cli author and maintainer:
  Michal Ludvig <[email protected]>

Enjoy!

sms-cli's People

Contributors

mludvig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.