Deprecated: We recommend you to use mobingi instead.
mobingi-cli is the official command line interface for Mobingi API and services.
See the documentation on https://learn.mobingi.com/cli.
Documentation is written in markdown and can be located here.
The easiest way to get mobingi-cli is to use one of the pre-built release binaries which are available for OSX, Linux, and Windows.
If you want to try the latest version, you can build mobingi-cli from the master branch. You need to have Go installed (version 1.8+ is required). Note that the master branch may be in an unstable or even broken state during development.
$ git clone https://github.com/mobingi/mobingi-cli
$ cd mobingi-cli
$ go build -v
$ ./mobingi-cli
You can also install the binary to your $GOPATH/bin
folder ($GOPATH/bin
should be added to your $PATH
environment variable).
$ go get -u -v github.com/mobingi/mobingi-cli
$ mobingi-cli