Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

mksms-0.1.1-py2.py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 2 Python 3

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