Skip to main content

Python interface to http://sms-manager.ru/ (aka http://www.imobis.ru/ )

Project description

Python interface to http://sms-manager.ru/ (aka http://www.imobis.ru/ ).

Installation

$ pip install imobis

Usage

>>> from imobis.api import Imobis
>>> im = Imobis('login', 'password')

Send sms:

>>> im.send_sms('Sender', '79991234567', u'привет', message_id=5234)
12836

Get balance:

>>> im.get_balance()
100

Check if phone number is valid:

>>> im.is_valid_phone('234234')
False

Development

Development happens at bitbucket and github:

The issue tracker is at bitbucket: https://bitbucket.org/kmike/imobis/issues/new

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

imobis-0.3.1.tar.gz (4.4 kB view hashes)

Uploaded Source

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