From f9751cc82fc8c3f2cb0e0fe810500bb7dece0a61 Mon Sep 17 00:00:00 2001 From: Mikkel Munch Mortensen Date: Mon, 21 Nov 2011 23:23:30 +0100 Subject: [PATCH] Come on, git. I want Mercurial. --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..36a59dd --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +THIS IS: +A Python wrapper around the SMS gateway from CPSMS . + +THIS IS NOT: +Some sort of magic, free SMS gateway. + +You need to have a (paid) account at CPSMS to be able to use their gateway. +They sell a fair, no-nonsense product which I'd recommend if you want to be +able to send SMS from your code (primarily to Danish phones). + +See a couple of example use cases in example.py that should have come +along with this file. Apart from what is shown in examples.py, this also +supports status callback URLs, delayed sending and flash messages. + +For more info on parameters, take a look at the API documentation found at: +. + +I believe the gateway software running at the CPSMS server is some sort of +standard product. This may be able to talk to other remote SMS gateways as +well, and that's why I made it an option to specify another gateway base +URL. If you know of any other compatible gateways, please let me know, and +I'll list them in the README.