def textmyself(self, message):
twilioCli = TwilioRestClient(self.accountsid, self.authtoken)
twilioCli.messages.create(body=message, from_=self.twiliocell, to=self.mycellphone)
print("successfully sent the text")
cunyenrollment.py 文件源码
python
阅读 18
收藏 0
点赞 0
评论 0
评论列表
文章目录