Python开发爬虫常用库

Python开发爬虫常用库
   urllib
   urllib2
   Beautiful Soup
   http://www.crummy.com/software/BeautifulSoup/
   lxml
   http://lxml.de
   HTQL
   http://htql.net/
   Scrapy
   http://scrapy.org/
   Mechanize
   http://wwwsearch.sourceforge.net/mechanize/
   PyQuery
   http://pythonhosted.org/pyquery/index.html
   requests
   http://docs.python-requests.org/en/latest/
   selenium
   http://selenium-python.readthedocs.org/en/latest/

你可能感兴趣的:(python,爬虫,库)