simple spider in python

Frederick Polgardy sentientholon at gmail.com
Thu Aug 23 10:05:56 EDT 2007


On Aug 23, 8:33 am, gmcalen... at gmail.com wrote:
> Hi everybody, i'm new to the forum so: hello everybody (should I say
> "world"?) ^_^
> I'm trying to do a simple spider in python which:
>
> 1) ask google a query
> 2) parse the data
>
> I'm a python newbie so *any* help would be very, very welcommed.
> Thanks in advice!
>
> cheers!

Take a look at the docs for urllib2.urlopen().  The examples should
give you most of what you need.





More information about the Python-list mailing list