I have a web application which i want to enable real time sms notifications to users of the applications. I would like to know how to go about this. Note: i can not use twitter API because i live in west africa, and twitter doesnt send sms to my country Also email2sms is not an option because the movile operators dont allow that in my country. I earnestly await any reply that will show me what to do. Thanks
|
|
Another SMS gateway with a Python interface is TextMagic. Their Python API is available from the Google Code project textmagic-sms-api-python. They have libraries available for other languages as well; all wrapping a simple HTTPS API. Code samples from the project website: How to send an SMS:
And retrieve its delivery status:
(Full disclosure: I am the author of the Python wrapper library) |
||
|
|
|
|
There are a couple of options.
|
||
|
|
|
|
What about using a proper sms gateway. These guys got APIs for several languages: http://www.clickatell.com/developers/php.php There is an unofficial Python API too |
||
|
|
|
|
I don't have any knowledge in this area. But I think you'll have to talk to the mobile operators, and see if they have any API for sending SMS messages. You'll probably have to pay them, or have some scheme for customers to pay them. Alternatively there might be some 3rd party that implements this functionality. |
||
|
|
