python-smsfly

SMS-Fly gateway API Python package

MIT License

Downloads
58
Stars
2
Committers
4

.. image:: https://badge.waffle.io/open-craft-guild/python-smsfly.png?label=ready&title=Ready :target: https://waffle.io/open-craft-guild/python-smsfly :alt: Stories in Ready

.. image:: https://img.shields.io/pypi/v/SMSFly.svg :target: https://pypi.org/project/SMSFly

.. image:: https://img.shields.io/travis/open-craft-guild/python-smsfly/master.svg?label=Linux%20build%20%40%20Travis%20CI :target: http://travis-ci.org/open-craft-guild/python-smsfly

.. image:: https://img.shields.io/pypi/pyversions/SMSFly.svg

.. image:: https://img.shields.io/pypi/dm/SMSFly.svg

.. image:: https://api.codacy.com/project/badge/Grade/78ef3eba02d94d15bca00c841696fbb6 :target: https://www.codacy.com/app/webknjaz/python-smsfly?utm_source=github.com&utm_medium=referral&utm_content=open-craft-guild/python-smsfly&utm_campaign=Badge_Grade

.. image:: https://requires.io/github/open-craft-guild/python-smsfly/requirements.svg?branch=master :target: https://requires.io/github/open-craft-guild/python-smsfly/requirements/?branch=master :alt: Requirements Status

python-smsfly

SMS-Fly gateway API Python package

Install it ##########

.. code-block:: sh

pip install SMSFly

Testing #######

.. code-block:: shell

pip install tox --user
tox

Usage

.. code-block:: python :number-lines:

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

Other implementations #####################

  • Ruby gem <https://github.com/Serhii-Danovsky/smsfly>_ by @Serhii-Danovsky <https://github.com/Serhii-Danovsky>_
  • PHP package <https://github.com/vchizi/SMSFly>_ by @vchizi <https://github.com/vchizi>_
  • OpenCard integration in PHP <https://github.com/vov1/opencart-flysms>_ by @vov1 <https://github.com/vov1>_