首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 使用libgmail收发短信通过Gmail库

使用libgmail收发短信通过Gmail库

资 源 简 介

This is a small python class to send and receive text messages via gmail using libgmail found at http://libgmail.sourceforge.net/. It works by sending an email to a list of SMS email gateways. Example: a = GmailSMS(raw_input("Gmail Username: "), raw_input("Password: ")) ID = raw_input("Id of text: ") number = raw_input("Number: ") a.new_conversation(number, ID) a.conversationsID.send_text("HELLO WORLD!",raw_input(": "))

文 件 列 表

gmailsms
gmailshell.py
GmailSMS.py
README.txt
smsalert.py
VIP VIP
0.192193s