Python SMS Gateway is module used to send text sms.
Project description
Python SMS Gateway is module used to send text sms. Currently the module supports following sms gateways
SMS Gateways
Nexmo
Installation
pip install python_sms_gateway
Usage
- Nexmo
from python_sms_gateway.nexmo import NexmoConnector nexmo = NexmoConnector(api_key=XXXXXXX, api_secret=XXXXXXX, sender="+91xxxxxxxxxx") nexmo.send(to="+91xxxxxxxxxxx", text="hello")
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
File details
Details for the file python_sms_gateway-0.0.2.tar.gz.
File metadata
- Download URL: python_sms_gateway-0.0.2.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
261c28c64dc7c4a3c910eaa559f5cba2cadc518d2d6092aa1404987f447f0e38
|
|
| MD5 |
f0f91dfed82e4628b408eeac84bae58e
|
|
| BLAKE2b-256 |
635ab74477535328f4bb02c292307678d646d9b5b9ac52bcd17c3b4d0b125e38
|