Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

chwnam/sms4wp-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sms4wp-python-client

sms4wp.com API client python script.

How to Use

Create a json file named 'auth_tokens.json' in a directory where sms4wp.py script is. This file contains an object which has three key-value pairs: 'auth_token', 'auth_digest', 'auth_email'

{
    "auth_email": "",
    "auth_token": "",
    "auth_digest": ""
}

This code depends on poster library. To install,

pip install poster

in a terminal.

Currently Supported API call

whoami

usage

./sms4wp.py -c whoami

About

sms4wp.com API client python script.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages