Skip to main content

SMSC.ru HTTP API Library.

Project description

https://img.shields.io/pypi/v/smsc.svg Documentation Status https://travis-ci.org/Otetz/smsc.svg?branch=master https://coveralls.io/repos/github/Otetz/smsc/badge.svg?branch=master https://img.shields.io/codeclimate/github/Otetz/smsc.svg https://img.shields.io/pypi/l/smsc.svg https://img.shields.io/pypi/pyversions/smsc.svg

SMSC.ru HTTP API Library.

Installation

Install smsc package from PyPI:

$ pip install smsc

Getting started

Basic usage sample:

>>> from smsc.messages import SMSMessage
>>> from smsc.api import SMSC
>>> client = SMSC(login='alexey', password='psw')
>>> res = client.send(to='79999999999', message=SMSMessage(text='Hello, World!'))
>>> res.count
1
>>> res.cost
1.44

Documentation

Documentation is available at Read the Docs.

Release History

0.1.1 (2017-05-30)

  • Default charset set to UTF-8.

0.1.0 (2017-05-29)

  • Birth!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smsc-0.1.1.tar.gz (1.5 MB view hashes)

Uploaded Source

Built Distribution

smsc-0.1.1-py2.py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page