Python Client library for MKSms API
Project description
MKSms Client
MKSms Client is a Python library written to handle/consume the MKSms API. Here is how to use::
#!/usr/bin/env python
from mksms.contact import Contact
from mksms.message import Message, Response
from mksms.client import Client
contact = Contact("600000000", "Name")
message = Message(contact, "Salut molah")
client = Client("api_key", "api_hash")
resp = client.send_message(message)
self.assertEqual(resp.success, True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mksms-0.1.1.tar.gz
(4.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mksms-0.1.1.tar.gz.
File metadata
- Download URL: mksms-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52c7f190e5647350e48dbc8ee3e13321bc3d222dcf7897795660c0bbac693a06
|
|
| MD5 |
8cb151a43828a849cdf0bb906f35bd7a
|
|
| BLAKE2b-256 |
100d9d789665738d4a26695c8a3afd77aee0d1564e6c70d0f4d3eebdad6940a7
|
File details
Details for the file mksms-0.1.1-py2.py3-none-any.whl.
File metadata
- Download URL: mksms-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e8a5aaf265aa6ae237eb4a09a542f6b5999143e278bea627ef440f0849aae99
|
|
| MD5 |
41f16fd2cd225bc24cd71e747aab4dc7
|
|
| BLAKE2b-256 |
359d62e1bcead15374c32f12537a7ff997fe2e44538c4a44dec8b6a38b6679ad
|