sms4wp.com API client python script.
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 posterin a terminal.
./sms4wp.py -c whoami