我怎样才能在 python 上制作短信网络服务,以便将短信发送到任何地方?

How can I make sms web service on python to send sms to every where?

我想在 python 上创建一个短信服务 (sms API) 我不知道我怎样才能将短信发送到任何地方?

您可以将 SMS 服务用作 AWS SNS or as mention Twilio or many others actually, any of those are paid services. In order to build your own web service, first, you need to have the hardware to do it. As a basic recommendation, you can use raspberry pi and a GMS hat,编写一个 python 脚本来处理发送 SMS 所需的 ATT 命令,然后您可以使用很棒的 API 包装所有内容再次,python,创建您的云 SMS 发件人 API。