The fotmob-api Python package gives an easy way to interact with the unofficial FotMob API. It enbales you to extract shots and xG values for matches and aggregated stats such as xG, xA and all other stats you can find on FotMob.
The package is availbale on PyPi to be installed using pip
:
pip install fotmob-api
Or install the latest development version:
pip install git+git@github.com:C-Roensholt/fotmob-api.git
See examples for basic usage of the API wrapper.
ToDo!
ToDo!