Skip to content

ghostku/python-smsfly

 
 

Repository files navigation

Stories in Ready https://img.shields.io/travis/open-craft-guild/python-smsfly/master.svg?label=Linux%20build%20%40%20Travis%20CI

https://api.codacy.com/project/badge/Grade/78ef3eba02d94d15bca00c841696fbb6 Requirements Status

python-smsfly

SMS-Fly gateway API Python package

Install it

pip install SMSFly

Development

pip install -e .[test,dev]
nosetests --ipdb

Testing

pip install -e .[test]
nosetests

Usage

1  from smsfly import SMSFlyAPI
2  api = SMSFlyAPI(account_id='3801234567', account_pass='qwerty')
3  api.getbalance()

Other implementations

About

SMS-Fly gateway API Python package

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%