SMS-Fly gateway API Python package
pip install SMSFly
pip install -e .[test,dev]
nosetests --ipdb
pip install -e .[test]
nosetests
1 from smsfly import SMSFlyAPI
2 api = SMSFlyAPI(account_id='3801234567', account_pass='qwerty')
3 api.getbalance()