A Python wrapper around the SMS gateway from CPSMS .
Go to file
Mikkel Munch Mortensen 98748f2ff6 Move request logic to separate method
As preparations for calling other endpoints as well.
2024-08-22 09:35:09 +02:00
cpsms Move request logic to separate method 2024-08-22 09:35:09 +02:00
.gitignore Update .gitignore 2021-09-02 16:08:56 +02:00
CHANGELOG.md Update CHANGELOG about Python version 2024-08-22 09:16:54 +02:00
examples.py Get rid of old license text in code files 2024-08-22 09:16:24 +02:00
LICENSE.txt Switch to MIT license 2024-08-22 08:58:51 +02:00
MANIFEST.in Introduce the CHANGELOG 2024-08-22 09:10:43 +02:00
pyproject.toml Bump the version even further 2024-08-22 09:10:57 +02:00
README.md Do a bit of housekeeping 2024-08-22 08:45:26 +02:00

cpsms

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. 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 information

For more info on parameters, have a look at the CPSMS API documentation.

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.