资 源 简 介
This script is really a one off script. It was created and used in 64 bit nix under python 2.7.3.
It utilizes csv, time and the lxml modules.
Usage is simple enough. Specify the path to your .csv file containing the column of URLs to check. Specify the keyword you would like to search through the web page titles for. Specify the column counting from zero (zero being the left most column generally.).
Python 2.7.3 - http://www.python.org/getit/releases/2.7.3/
lxml - http://lxml.de/index.html#download
As usual, this is just a quick and dirty script that I hope someone finds useful someday. Please feel free to send feedback as I am always looking to improve my scripting!
Thanks :)