Socket
Socket
Sign inDemoInstall

SMSFly

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    SMSFly

Python wrapper for SMS-Fly gateway API


Maintainers
1

Readme

.. 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>_

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc