Data extraction

In this section, we are going to see the actual data extraction process. Python has the beautifulsoup library to perform the data extraction task. We are also going to use the requests library of Python.

First, we must install these two libraries. Run the following commands to install the requests and beautifulsoup libraries:

$ pip3 install requests
$ pip3 install beautifulsoup4
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset