项目作者: Protocol73

项目描述 :
Independent Python Plugins
高级语言: Python
项目地址: git://github.com/Protocol73/P73c_Plugins.git
创建时间: 2019-06-17T00:05:07Z
项目社区:https://github.com/Protocol73/P73c_Plugins

开源协议:

下载


P73c_Plugins

Independent Python Plugins

Simple & easy to import functions for Python

Plugin Version Link Files Usage
Texting June 2019 June 2019 2 Texting
N.Y.B N.Y.B N.Y.B N.Y.B

Using These Functions

Using P73c_Texting.py

[Set login for Gmail in Texting.cfg]

  1. import P73c_Texting as P73c_Text
  2. phone_number = '8005009999' #no spacing in the number
  3. message = 'Sent from python'
  4. carrier = 'AT&T' #SMS Gateway's are pulled from the config file.
  5. P73c_Text.SendText(Phone_number,carrier,message)