A Python wrapper around the SMS gateway from CPSMS .
Go to file
2021-11-04 12:38:03 +01:00
cpsms Make mypy happy 2021-11-04 12:38:03 +01:00
.gitignore Update .gitignore 2021-09-02 16:08:56 +02:00
COPYING.txt Adding extensions to COPYING and README files, to be nice to Windows people. 2015-03-24 19:17:50 +01:00
examples.py Update to work with current CPSMS API 2021-11-03 14:25:53 +01:00
MANIFEST.in Preparing for packaging. 2015-03-24 19:36:09 +01:00
README.txt Update to work with Python 3 (only) 2021-09-02 17:33:39 +02:00
setup.py Update to work with current CPSMS API 2021-11-03 14:25:53 +01:00

THIS IS
A Python 3 wrapper around the SMS gateway from CPSMS <https://www.cpsms.dk/>.

THIS IS NOT
Some sort of magic, free SMS gateway.

INSTALLATION
cpsms is available from PyPI <https://pypi.python.org/pypi/cpsms>.
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:
<https://www.cpsms.dk/login/index.php?page=dokumentation>.

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.