SMSSender

Version: 1.0 , Date: 03/28/2002

About: SMS Sender is python module that will talk to CellularOneWest's Mobile SMS messaging system.

Requirments: Python

Limiations: None

Known Bugs: None known

Author(s): Jason Erickson

Links: http://www.lemburg.com/files/python/SMSMailer.py

SourceBinariesLicense
SMSSender.zip None Freeware

Readme:

SMSSender is a python module that will talk to CellularOneWest's Mobile SMS
messaging system.  A sample script is also included to demonstrate how to use
it (just change the hosts names and the SMS phone number).

There is a sample script that uses the SMSSender module, StatusChange.py.
StatusChange checks a machine.

is a python script that parses a 'project' file and writes
a web page based upon the contents.

There are two files included:
  SMSSender.py - the main CellularOneWest SMS module
  StatusChange.py - an example:  Checks a machine and sends a SMS message when
                  that machine is detected down.

History:

03/28/2002 - 1.0 - First Packaged Release