-
Python 客户端 RaspiSMS-pyclient 用于调用 RaspiSMS API
资源介绍
RaspiSMS-pyclient:RaspiSMS API 的 Python 客户端
服务器的小客户端。 它只是提出了一个简单的接口来从 python 脚本或命令行发送 SMS。
看:
许可证:GNU LGPL(参见 LICENCE.txt)
安装
$ pip install git+https://github.com/enavarro222/RaspiSMS-pyclient.git
Python 模块使用
from raspisms import RaspiSMS
rsms = RaspiSMS ( "http://URL_TO/RaspiSMS" , email = "ADMIN@EMAIL.DD" , password = "PASSWORD" )
rsms . send ( "PHONENUMBER" , "SMS text !" )
命令行工具
提供了一个命令行工具