python-SMS-notify 发表于 2019-01-09 | 分类于 python | 阅读次数 | 1pip3 install twilio https://www.twilio.com/ 123456789from twilio.rest import Clientdef send_message(message): account = "ACXXXXXXXXXXXXX" token = "XXXXXXXXXXXXXXXXX" client = Client(account, token) message = client.messages.create( to="+86XXXXXXXX", from_="+XXXXXXXXX", body=message) Donate WeChat Pay Alipay