-
Using BeautifulSoup, a python library useful for web scraping, this script helps to scrape Wikipedia to obtain a Football player's club career data.
-
In this script, we take the input of the name of any popular Football player from the user and generate the club career details associated with them.
The requirements of the script can be installed by running the following command which will install dependencies including BeautifulSoup and Requests, essential for the code.
$ pip3 install -r requirements.txtThe input/outputs for the given scripts is as follows:
