how to get and search a html file from a website

2011-02-01 Thread Tracubik
Hi all! i'm writing a notification program and i'm quite new to python. The program have to check every 5 minutes a particular website and alert me when a particular sentence (user online) is in the html. i've thinked to use a text browser (lynx) to retrieve the html and parse the output in

Re: how to get and search a html file from a website

2011-02-01 Thread Paul Anton Letnes
Den 01.02.11 22.20, skrev Tracubik: Hi all! i'm writing a notification program and i'm quite new to python. The program have to check every 5 minutes a particular website and alert me when a particular sentence (user online) is in the html. i've thinked to use a text browser (lynx) to retrieve

Re: how to get and search a html file from a website

2011-02-01 Thread James Mills
On Wed, Feb 2, 2011 at 7:20 AM, Tracubik affdfsdfds...@b.com wrote: Hi all! i'm writing a notification program and i'm quite new to python. The program have to check every 5 minutes a particular website and alert me when a particular sentence (user online) is in the html. i've thinked to use

Re: how to get and search a html file from a website

2011-02-01 Thread Corey Richardson
On 02/01/2011 04:20 PM, Tracubik wrote: Hi all! i'm writing a notification program and i'm quite new to python. The program have to check every 5 minutes a particular website and alert me when a particular sentence (user online) is in the html. i've thinked to use a text browser (lynx) to