PyTextMagicSMS

TextMagic SMS API
Download

PyTextMagicSMS Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Dawie Strauss
  • Publisher web site:
  • http://code.google.com/u/@WBZTQlVXBRdCWgN1/

PyTextMagicSMS Tags


PyTextMagicSMS Description

TextMagic SMS API PyTextMagicSMS is a Python wrapper for the TextMagic HTTPS API for sending SMS messages.TextMagic offers a quick, cost-effective way to send text messages from any computer. This package provides a simple Python API on top of the TextMagic HTTPS API; which is a web-based interface to the SMS functionality.Install:* download it* unzip it* change into the PyTextMagicSMS-x.x directory* run setup.py as follows python setup.py installGet StartedNow you are ready to send your first SMS:client = textmagic.client.TextMagicClient('your_username', 'your_api_password')result = client.send("Hello, World!", "1234567890")message_id = result.keys()And you can retrieve the delivery status of the message:response = client.message_status(message_id)status = response Requirements: · Python


PyTextMagicSMS Related Software