Re: [Tutor] Can Python monitor web browser content

2013-01-26 Thread Albert-Jan Roskam
Original Message - > From: Alan Gauld > To: tutor@python.org > Cc: > Sent: Friday, January 25, 2013 8:54 PM > Subject: Re: [Tutor] Can Python monitor web browser content > > On 25/01/13 17:52, 3n2 Solutions wrote: > >> I was wondering if Python c

Re: [Tutor] Can Python monitor web browser content

2013-01-25 Thread Alan Gauld
On 25/01/13 17:52, 3n2 Solutions wrote: I was wondering if Python can monitor web browser content. Browsers just display html text and Python can read html so yes you can do it by getting your program to emulate a browser. Look at the standard library modules urllibm htmllib and htmlParser. O

[Tutor] Can Python monitor web browser content

2013-01-25 Thread 3n2 Solutions
Hello, I was wondering if Python can monitor web browser content. Specifically, I'm connected to a Machine to Machine device (essentially a Gateway) and monitoring its activity on a web browser (either IE or Chrome). There are certain parameters like RSSI (received signal strength indicator ) that