Re: Help extracting info from HTML source ..

2007-01-26 Thread Nikita the Spider
In article <[EMAIL PROTECTED]>, "Miki" <[EMAIL PROTECTED]> wrote: > Hello Shelton, > > > I am learning Python, and have never worked with HTML. However, I would > > like to write a simple script to audit my 100+ Netware servers via their web > > portal. > Always use the right tool, Beautilful

Re: Help extracting info from HTML source ..

2007-01-26 Thread Miki
Hello Shelton, > I am learning Python, and have never worked with HTML. However, I would > like to write a simple script to audit my 100+ Netware servers via their web > portal. Always use the right tool, BeautilfulSoup (http://www.crummy.com/software/BeautifulSoup/) is best for web scraping (I