/scraping-worldfootball

Scrape match data for league season as JSON file

Primary LanguagePython

World Football Data Scraping

Data scraping script for scraping match in season from worldfootball

How to Run

  1. Install the Dependencies
pip install -r requirements.txt
  1. Open app.py and define the season target URL
...
url = "https://www.worldfootball.net/teams/tottenham-hotspur/2001/3/"
...
  1. Run the scripts
python app.py