Skip to main content

A package for sending SMS messages using the PSWinCom SMS Gateway.

Project description

A Python interface to the [PSWinCom SMS Gateway](http://pswin.com/english/products/gateway).

Installation

The pswinpy package is distributed through PyPI as both egg, Windows and source. THIS IS NOT YET TRUE!!

Basic Usage

To use this package, you will need sign up for a Gateway account with PSWinCom. Demo account are available.

This piece of code demonstrates how to send a simple SMS message:

from pswinpy import API api = API(“myUsername”, “myPassword”) api.sendSms(4712345678, “Strange women lying in ponds distributing swords is no basis for a system of government!”)

Properties

Receiver and message text are the two mandatory properties when sending a message. You may specify additional properties by using named arguments.

For instance this is how you would specify a sender:

api.sendSms(4712345678, “It’s just a flesh wound.”, sender=”BlackKnight”)

Properties currently supported are:

  • sender

  • TTL - time to live in minutes

  • tariff - the amount (in local currency as cents/”ører”) to charge the receiver

  • serviceCode - service code for sending GAS messages. Requires that tariff is set. See [wiki](http://wiki.pswin.com/CPA-Goods-and-Services.ashx) for details.

  • deliveryTime - a datetime object specifying when to send the message

Specifying Host

The package is set to use a particular PSWinCom SMS Gateway by default. The host can be changed globaly by setting the host class property on HttpSender:

HttpSender.host = “some.other.host.com”

Modes

For testing purposes the API provides a couple of modes you can set globally to control how the library works.

Mode.test = True

License

This code is free to use under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pswinpy-0.0.1.zip (6.6 kB view hashes)

Uploaded Source

Built Distributions

pswinpy-0.0.1.win32-py2.5.exe (68.5 kB view hashes)

Uploaded Source

pswinpy-0.0.1-py2.5.egg (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page