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.2.tar.gz
(4.2 kB
view details)
File details
Details for the file imobis-0.2.tar.gz
.
File metadata
- Download URL: imobis-0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6ecf203bdca03566c1ff51c596af0cf8ca0067adba176411b9b6ce80d14f2fb |
|
MD5 | 54fa0f69cb84e11aedf22b42162afa6a |
|
BLAKE2b-256 | 2531b36dc65fc2c624af6be44d37041a824006aff0f1a5d0323c73bc070dd874 |