web_search 1.0.0

Connelly Barnes connellybarnes at yahoo.com
Sat Dec 17 09:13:35 CET 2005


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 


More information about the Python-announce-list mailing list