Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Wikipedia club career scraper

  • 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.

Setup Instructions

Requirements

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.txt

Working

The input/outputs for the given scripts is as follows:

image

Author

Rohini Rao