Link Mobile Solutions API wrapper
Project description
# pylinkmobile
pylinkmobile is a Python module for interacting with the Link Mobile Solutions API.
The API documentation is available here:
http://msgw.linkmobility.com/MessageService.htm
## Installation
Install `pylinkmobile` (available on PyPi):
pip install pylinkmobile
## Usage
from linkmobile.service import MessageService
service = MessageService(username='YOUR_USERNAME', password='YOUR_PASSWORD', debug=False)
# Send SMS
sms = service.sms(
Data='Hello World!',
Originator='Santa',
Msisdn='+4700000000'
)
response = sms.send()
pylinkmobile is a Python module for interacting with the Link Mobile Solutions API.
The API documentation is available here:
http://msgw.linkmobility.com/MessageService.htm
## Installation
Install `pylinkmobile` (available on PyPi):
pip install pylinkmobile
## Usage
from linkmobile.service import MessageService
service = MessageService(username='YOUR_USERNAME', password='YOUR_PASSWORD', debug=False)
# Send SMS
sms = service.sms(
Data='Hello World!',
Originator='Santa',
Msisdn='+4700000000'
)
response = sms.send()
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
pylinkmobile-0.3.0.tar.gz
(2.8 kB
view details)
File details
Details for the file pylinkmobile-0.3.0.tar.gz
.
File metadata
- Download URL: pylinkmobile-0.3.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f78fdd8132ab7025d31bb3d126f767b63da523f12af2773af32bdf238ded8d27 |
|
MD5 | fa63622176ee7db5f7338dce9ef15962 |
|
BLAKE2b-256 | 34af4905ae7a27c0d6de7eab5970960eb3e46778d325f55ad5733e0982f90a3a |