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