From 5c06feca02ab99ada30f51fcbae340d1f7669506 Mon Sep 17 00:00:00 2001 From: Mikkel Munch Mortensen <3xm@detfalskested.dk> Date: Tue, 24 Mar 2015 20:34:18 +0100 Subject: [PATCH] Updated README. --- README.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 36a59dd..b890a21 100644 --- a/README.txt +++ b/README.txt @@ -1,17 +1,24 @@ -THIS IS: +THIS IS A Python wrapper around the SMS gateway from CPSMS . -THIS IS NOT: +THIS IS NOT Some sort of magic, free SMS gateway. +INSTALLATION +cpsms is available from PyPI . +Easiest way to install is: `pip install cpsms`. + +REQUIREMENTS 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). +HOW TO USE 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. +FURTHER INFO For more info on parameters, take a look at the API documentation found at: .