Technical requirements
A web browser (Google Chrome or Mozilla Firefox) will be required and we will be using JupyterLab for Python code.
Please refer to the Setting things up and Creating a virtual environment sections of Chapter 2 to continue with setting up and using the environment created.
The Python libraries that are required for this chapter are as follows:
- scikit-learn (visit https://scikit-learn.org/stable/install.html for installation)
textblob
(visit https://textblob.readthedocs.io/en/dev/install.html for installation)vaderSentiment
plotly
numpy
pandas
matplotlib
The code files for this chapter are available online in this book’s GitHub repository: https://github.com/PacktPublishing/Hands-On-Web-Scraping-with-Python-Second-Edition/tree/main/Chapter11.