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 details)
File details
Details for the file imobis-0.3.1.tar.gz
.
File metadata
- Download URL: imobis-0.3.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7886cd81497b405eac38c94e08539312d62e88f17de194c5118ab43a4bcd49d |
|
MD5 | f1a744b6bd4928b4fe8543d49a271d25 |
|
BLAKE2b-256 | 76cc1fe98172932b22248ae7d0ee3e2777f7819428e3015a8e84b6b4490c29e7 |