Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

smsapicom/smsapicom-bash-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sending SMS message from Linux Terminal

Bash client which allows you to send SMS message and manage your account in SMSAPI.com

$ ./smsapi sms send --username LOGIN --password PASS 48xxxyyyzzz,48zzzyyyxxx "Hello world"
$ ./smsapi 
Usage: smsapi sms send [OPTIONS] <to> <message>
Options:
  --username <string>
  --password <password>  md5 api password

  --from <string>        Sender name
  --encoding <string>    Message encoding (default:utf8)

  -f, --fast <0|1>       Fast

  -n, --normalize <0|1>  Normalize message
  -v                     Verbose

config file ".smsapi.rc" may be placed in workspace folder or in user's home folder

=======

About

Bash client which allows you to send SMS message and manage your account in SMSAPI.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%