Re: Website data-mining.

2007-08-04 Thread Miki
Hello, > >> I'm using Python for the first time to make a plug-in for Firefox. > >> The goal of this plug-in is to take the source code from a website > >> and use the metadata and body text for different kinds of analysis. > >> My question is: How can I retrieve data from a website? I'm not even

Re: Website data-mining.

2007-08-04 Thread Paul Boddie
Jay Loden wrote: > Miki wrote: > > Have a look at > > http://www.myinterestingfiles.com/2007/03/playboy-germany-ads.html > > Well, it's certainly interesting, but I'm not sure how it might help the OP > get data from a website... A case of the Freudian clipboard, perhaps? ;-) Paul -- http://m

Re: Website data-mining.

2007-08-03 Thread Jay Loden
Miki wrote: > Hello, > >> I'm using Python for the first time to make a plug-in for Firefox. >> The goal of this plug-in is to take the source code from a website >> and use the metadata and body text for different kinds of analysis. >> My question is: How can I retrieve data from a website? I'm n

Re: Website data-mining.

2007-08-03 Thread Miki
Hello, > I'm using Python for the first time to make a plug-in for Firefox. > The goal of this plug-in is to take the source code from a website > and use the metadata and body text for different kinds of analysis. > My question is: How can I retrieve data from a website? I'm not even > sure if th

Re: Website data-mining.

2007-08-03 Thread SMERSH009
On Aug 3, 7:50 pm, Coogan <[EMAIL PROTECTED]> wrote: > Hi-- > > I'm using Python for the first time to make a plug-in for Firefox. > The goal of this plug-in is to take the source code from a website > and use the metadata and body text for different kinds of analysis. > My question is: How can I r

Website data-mining.

2007-08-03 Thread Coogan
Hi-- I'm using Python for the first time to make a plug-in for Firefox. The goal of this plug-in is to take the source code from a website and use the metadata and body text for different kinds of analysis. My question is: How can I retrieve data from a website? I'm not even sure if this is possi