Re: What do I do to read html files on my pc?
You can use httplib library to download the html and then for extracting the text from it either you can use any library (google for it) or you can use regular expression for it . -- http://mail.python.org/mailman/listinfo/python-list
add referrence
hello, I am doing outlook automation and i need to add a reference of a .dll file for accessing some property of mail without warning , so can anyone tell me how to add .dll reference in python script Umesh Kumar Sharma -- http://mail.python.org/mailman/listinfo/python-list
Crawl Quora
Hello, I am writing a crawler in python, which crawl quora. I can't read the content of quora without login. But google/bing crawls quora. One thing i can do is use browser automation and login in my account and the go links by link and crawl content, but this method is slow. So can any one tell me how should i start in writing this crawler. Thanks, Umesh Kumar Sharma -- http://mail.python.org/mailman/listinfo/python-list