A web browser (Google Chrome or Mozilla Firefox) is required for this chapter. We will be using the following Python libraries:
- pyquery
- urllib
- requests
If these libraries don't exist in your current Python setup, refer to Chapter 2, Python and the Web – Using urllib and Requests, and the Setting things up section, for installation and setup help.
The code files for this chapter are available in this book's GitHub repository: https://github.com/PacktPublishing/Hands-On-Web-Scraping-with-Python/tree/master/Chapter04.