Python Web Scraping Cookbook
上QQ阅读APP看书,第一时间看更新

Getting Started with Scraping

In this chapter, we will cover the following topics:

  • Setting up a Python development environment 
  • Scraping Python.org with Requests and Beautiful Soup
  • Scraping Python.org with urllib3 and Beautiful Soup
  • Scraping Python.org with Scrapy
  • Scraping Python.org with Selenium and PhantomJs