Skip to content

SMSAPI bash client that allows you to send messages from your SMSAPI account.

Notifications You must be signed in to change notification settings

smsapi/smsapi-bash-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Send message using linux terminal

SMSAPI bash client that allows you to send messages from your SMSAPI.pl or SMSAPI.com account

Send message using smsapi.pl service

$ ./smsapi sms send --service SMSAPI_PL --oauth TOKEN --from Info PhoneNumber1,PhoneNumber2 "Hello world"

Send message using smsapi.com service

$ ./smsapi sms send --service SMSAPI_COM --oauth TOKEN --from Info PhoneNumber1,PhoneNumber2 "Hello world"

Send message using configuration file

$ ./smsapi 
Usage: smsapi sms send [OPTIONS] <to> <message>
Options:
  --service <SMSAPI_PL or SMSAPI_COM>
  --oauth <OAuth token>
  --from <string>        Sender name
  --encoding <string>    Message encoding (default:utf8)
  -f, --fast <0|1>       Fast
  -n, --normalize <0|1>  Normalize message
  -v                     Verbose"

you have to create .smsapi.rc file using example.smsapi.rc

About

SMSAPI bash client that allows you to send messages from your SMSAPI account.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages