Query 6 search engines with a uniform API and minimal pain from Python. Compatible with Python 2.3 - 2.4.
http://oregonstate.edu/~barnesc/web_search/ Example: >>> from web_search import yahoo >>> for (name, url, desc) in yahoo('python', 20): ... print name, url ... (First 20 results for Yahoo search of "python"). Currently supports Ask Jeeves, dmoz, Excite, Google, MSN, and Yahoo. - Connelly Barnes __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html