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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to