登录 注册
当前位置:主页 > 资源下载 > 5 > Python 客户端 RaspiSMS-pyclient 用于调用 RaspiSMS API

Python 客户端 RaspiSMS-pyclient 用于调用 RaspiSMS API

  • 更新:2024-12-17 19:15:38
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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 !" ) 命令行工具 提供了一个命令行工具