Skip to content

使用mechanize对谷歌做模拟点击以及模拟点击失败之后的email通知

Notifications You must be signed in to change notification settings

NewBee119/Mechanize-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mechanize-Email

简介

使用Python mechanize库对百度和谷歌做周期性地模拟点击、查询
通过Python evenlet库克服mechanize连接失败时、程序无法退出的问题
通过Python email库,在连接失败时发送邮件到指定邮箱

Python Library

mechanize
eventlet
email
smtplib

文件介绍

 combine.py  : 加载english.txt中的单词进行模拟点击及邮件发送
 english.txt :combine.py需要加载的单词脚本

运行程序

python combine.py

运行结果

一次查询结果

image

模拟点击失败后通过Python email库发送邮件通知

image

About

使用mechanize对谷歌做模拟点击以及模拟点击失败之后的email通知

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages