Skip to main content

api library for sending SMS (shor text message) via sms.sluzba.cz service

Project description

smssluzba-api is API for sending SMS via sms.sluzba.cz HTTP service. It allows you to send SMS (short text messages) from python applications. In order to use this API you have to register to http://sms.sluzba.cz/ service. There is restriction on sms.sluzba.cz that will block your account after several invalid login attempts. Length of one SMS is restricted to 459 characters.

Note

There is known bug in authentication in post API making it unable to authenticate properly. sms.sluzba.cz service is working on resolving this issue.

Requirements

  • python 2.7+

Installation

Install via pip or copy this module into your project or into your PYTHON_PATH.

$ pip install smssluzbacz-api

Examples

Example 1

Using lite API

from smssluzbacz_api.lite import SmsGateApi

api = SmsGateApi('login', 'password', timeout=2, use_ssl=True)
api.send('123456789', 'my SMS message', use_post=True)

Example 2

Using post API

from smssluzbacz_api.post import SmsGateApi

api = SmsGateApi('login', 'password', timeout=2, use_ssl=True)
api.send('123456789', 'my SMS message')

Tests

Tested on environment

  • Xubuntu Linux 12.04.02 LTS precise 64-bit

  • python 2.7.3

  • python unittest

  • mock

Running tests

To run the unit tests, first install tests_require dependencies from setup.py, then run command:

$ python test.py
$ python setup.py test

Running integration tests for lite API

To run integration tests for lite API run command:

$ python integration_test_lite.py <login> <password> <tel_number>

To list all command line options run command:

$ python integration_test_lite.py --help

Running integration tests for post API

To run integration tests for post API run command:

$ python integration_test_post.py <login> <password> <tel_number>

To list all command line options run command:

$ python integration_test_post.py --help

Authors

Jozef Sevcik, CodeScale s.r.o.
char0n (Vladimir Gorej, CodeScale s.r.o.)

References

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

smssluzbacz-api-1.1.tar.gz (112.6 kB view details)

Uploaded Source

File details

Details for the file smssluzbacz-api-1.1.tar.gz.

File metadata

  • Download URL: smssluzbacz-api-1.1.tar.gz
  • Upload date:
  • Size: 112.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for smssluzbacz-api-1.1.tar.gz
Algorithm Hash digest
SHA256 eeafd4692b33fbe4bbf890d06caa229ffacaf109c76808c9e6521cfca30d5948
MD5 f373cb92836517aa28c293848e395e82
BLAKE2b-256 adc7fb14277b024551602839ac0bf4094558bac6d5628bbee3b98ba9deb14cb8

See more details on using hashes here.

Supported by

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