SMS API

Dieter Maurer dieter at handshake.de
Wed Feb 3 12:54:19 EST 2021


ismail nagi wrote at 2021-2-3 08:48 -0800:
>I would like to know how an sms api is created.

I assume that "sms api" means that your Python application should
be able to send SMS messages.
In this case, you need a service which interfaces between your
device (mobile phone, computer, tablet, ...) and the telephone network.
Such a service will provide some API - and depending on the type
of API, you might be able to use it in Python.
First thing is to find out about this service.


More information about the Python-list mailing list