busquedas en google con python

Juan Carlos Rodrigo jrodrigog en gmail.com
Lun Nov 20 13:12:17 CET 2006


import google

data = google.doGoogleSearch("Python")
i = 1
for result in data.results:
      print "Result", i, "of", len(data.results)
      print "  URL: ", result.URL
      print "             Title: ", result.title
      i = i + 1

# Google Search for Perl and Python
# http://aspn.activestate.com/ASPN/WebServices/Google
# Saludos

 
------------ próxima parte ------------
_______________________________________________
Python-es mailing list
Python-es en aditel.org
http://listas.aditel.org/listinfo/python-es


Más información sobre la lista de distribución Python-es