0.0
No commit activity in last 3 years
No release in over 3 years
A command-line tool for Mobilyws. http://mobily.ws
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
~> 0

Runtime

~> 4.2
 Project Readme

Application icon

Mobilyws CLI

A command-line tool for Mobilyws. http://mobily.ws/

Installation

First, make sure you have Ruby installed.

On a Mac, open /Applications/Utilities/Terminal.app and type:

ruby -v

If the output looks something like this, you're in good shape:

ruby 2.0.0p353 (2013-11-22 revision 43784) [x86_64-darwin12.1.0]

If the output looks more like this, you need to [install Ruby][ruby]: [ruby]: http://www.ruby-lang.org/en/downloads/

ruby: command not found

On Linux, for Debian-based systems, open a terminal and type:

sudo apt-get install ruby-dev

or for Red Hat-based distros like Fedora and CentOS, type:

sudo yum install ruby-devel

(if necessary, adapt for your package manager)

On Windows, you can install Ruby with [RubyInstaller][]. [rubyinstaller]: http://rubyinstaller.org/

After that you can install mobilyws:

$ gem install mobilywscli

And then execute:

$ bundle

Usage

First You will need to register for account at Mobily https://mobily.ws/sms/index.php?id=2

Setup

Add Mobilyws credentials (username - password - sender)

$ mobilywscli setup

Balance

Print current balance:

$ mobilywscli balance

Send SMS

Send a new sms message:

$ mobilywscli sendsms

Service status

Check mobilyws status:

$ mobilywscli status

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request