def textmyself(message):
twilioClient=TwilioRestClient(sid,token)
twilioClient.messages.create(body=message,from_=twilioNumber,to=myNumber)
# textmyself("Hello There") will send "Hello There" message on my mobile number
评论列表
文章目录