Latest recipes tagged "smsgateway"http://code.activestate.com/recipes/tags/smsgateway/new/2015-05-01T19:03:46-07:00ActiveState Code RecipesSend and receive SMS messages using TextMagic (Python)
2015-05-01T19:03:46-07:00Dawie Strausshttp://code.activestate.com/recipes/users/4170915/http://code.activestate.com/recipes/576826-send-and-receive-sms-messages-using-textmagic/
<p style="color: grey">
Python
recipe 576826
by <a href="/recipes/users/4170915/">Dawie Strauss</a>
(<a href="/recipes/tags/api/">api</a>, <a href="/recipes/tags/sms/">sms</a>, <a href="/recipes/tags/smsgateway/">smsgateway</a>).
Revision 12.
</p>
<p><a href="http://www.textmagic.com">TextMagic</a> is a provider of SMS services. Their SMS gateway is accessible via an HTTPS API. A convenient wrapper for this API is <a href="http://pypi.python.org/pypi/PyTextMagicSMS/">PyTextMagicSMS</a>. Full documentation and source code is available on the project's <a href="https://github.com/dfstrauss/textmagic-sms-api-python">website</a>.</p>
<p>In order to use the service, you need to register at <a href="http://www.textmagic.com/" rel="nofollow">http://www.textmagic.com/</a> and obtain an API password (different from your login password) at <a href="https://www.textmagic.com/app/wt/account/api/cmd/password" rel="nofollow">https://www.textmagic.com/app/wt/account/api/cmd/password</a></p>