Re: Writing a Web Robot in Python

2006-02-13 Thread George Sakkis
You'd probably get more results by searching for "web crawlers" or "web spiders". You may start from here: http://harvestman.freezope.org/faq.html HTH, George -- http://mail.python.org/mailman/listinfo/python-list

Re: Writing a Web Robot in Python

2006-02-13 Thread WEINHANDL Herbert
[EMAIL PROTECTED] schrieb: > I'm working on writing a web robot (for searching web pages) in Python > so I've been browsing around the web looking for data about building > web robots. > > I'm surprised to find that I didn't find much data. Seems like robots > would be kind of a common thing to bu

Re: Writing a Web Robot in Python

2006-02-13 Thread Rene Pijlman
[EMAIL PROTECTED]: >Anybody know some good places to go to get information on >building a web robots? Some pointers: http://safari.oreilly.com/0596005776 http://www.python.org/doc/2.4.2/lib/module-HTMLParser.html http://www.crummy.com/software/BeautifulSoup/ http://www.python.org/doc/2.4.2/lib/mod