Re: WebScraping

2006-11-19 Thread Graham Feeley
Well I would like to publicly thank Bernard Chhun for actually writing this script and "pretting " it up for me. He is truly a talented guy. He used Beautifull Soup and Regex which i am still coming to terms trying to understand them any way Thanks again Bernard. Regards graham "Graham Feeley" <

Re: WebScraping

2006-11-06 Thread Bernard
yup yup BeautifulSoup is the way to go. what would you like to scrape by the way? Graham Feeley wrote: > Can someone steer me to scripts / modules etc on webscraping please??? > Ultimately I would like someone to write a script for me. > However i am still searching for documentation on this subj

Re: WebScraping

2006-11-04 Thread ina
This might be of help to you. http://phlik.ishpeck.net/index.php?P=a1141076600phlik http://phlik.ishpeck.net/index.php?P=b1134168973phlik Graham Feeley wrote: > Can someone steer me to scripts / modules etc on webscraping please??? > Ultimately I would like someone to write a script for me. > How

Re: WebScraping

2006-11-04 Thread Michael Torrie
On Sun, 2006-11-05 at 13:40 +1100, Steven D'Aprano wrote: > On Sun, 05 Nov 2006 08:09:52 +1000, Graham Feeley wrote: > > > Can someone steer me to scripts / modules etc on webscraping please??? > > The definitive documentation on the built-in Python modules can be found > here: http://docs.python

Re: WebScraping

2006-11-04 Thread Steven D'Aprano
On Sun, 05 Nov 2006 08:09:52 +1000, Graham Feeley wrote: > Can someone steer me to scripts / modules etc on webscraping please??? The definitive documentation on the built-in Python modules can be found here: http://docs.python.org/modindex.html The ActiveState Python cookbook should be useful,