A web browser (Google Chrome or Mozilla Firefox) is required for this chapter. We will be using the following Python libraries:
- requests
- json
- collections
If these libraries don't exist on your current Python setup, refer to Chapter 2, Python and the Web – Using urllib and Requests, in the Setting things up section to learn how to download them.
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/Chapter07.