Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miohtama/mfabrik.sms
Send SMS using mFabrik SMS service
https://github.com/miohtama/mfabrik.sms
Last synced: 23 days ago
JSON representation
Send SMS using mFabrik SMS service
- Host: GitHub
- URL: https://github.com/miohtama/mfabrik.sms
- Owner: miohtama
- Created: 2010-10-06T12:55:48.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-10-07T14:20:31.000Z (over 14 years ago)
- Last Synced: 2024-11-11T12:45:36.243Z (3 months ago)
- Language: Python
- Homepage: http://mfabrik.com
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Introduction
============``mfabrik.sms`` package allows send and receive SMS messages through mFabrik's SMS gateway.
This package provides Python bindings for HTTP API. The API can be purchased as a service
and requires an API key.Usage
-----Example::
from mfabrik.sms import SMSGateway
gateway = SMSGateway(client = os.environ["SMS_USERNAME"], api_key = os.environ["SMS_APIKEY"])# Do not store crendentials with source code, but read them from OS environment variables
gateway.send(