/shot-map

Primary LanguagePython

shot-map

Description

This short project was to understand how web scrapping worked and to learn about data analysis in football (soccer).

Data from https://understat.com

Install

git clone https://github.com/allenrrivas/shot-map.git

Dependencies

pip3 install -r requirements.txt

Execute

Available Shot Types: ALL-SHOTS, GOALS, SHOTS-ON-POST, SAVED-SHOTS, BLOCKED-SHOTS, MISSED-SHOTS.

cd shot-map
python3 ShotMap.py [understat player url] [shot type]

Example

python3 ShotMap.py https://understat.com/player/8260 ALL-SHOTS

HaalandGoals