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
Release files for imobis 0.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imobis-0.3.1.tar.gz | 4.4 kB | Details |
Release files / imobis-0.3.1.tar.gz
| Download URL | imobis-0.3.1.tar.gz |
|---|---|
| Size | 4.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7886cd81497b405eac38c94e08539312d62e88f17de194c5118ab43a4bcd49d
|
|
BLAKE2b-256 checksum How to use checksums |
76cc1fe98172932b22248ae7d0ee3e2777f7819428e3015a8e84b6b4490c29e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |