Crawl Quora

2013-08-03 Thread Umesh Sharma
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 tel

Re: What do I do to read html files on my pc?

2012-08-29 Thread Umesh Sharma
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

2011-06-16 Thread Umesh Sharma
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