statsbombpy
statsbombpy copied to clipboard
Easily stream StatsBomb data into Python
When trying to retrieve a resource which does not exist, `statsbombpy` throws a `JSONDecodeError`. Example: ``` >> from statsbombpy import sb >> sb.events(1234) JSONDecodeError: Extra data: line 1 column 4...
### Contact Details _No response_ ### Version 1.0.1 ### What platform are you seeing the problem on? Windows ### What Python version are you running, are you using a virtual...
Currently the API client swallows any HTTP errors that occur. We sometimes see 504 Gateway Timeouts when we do a bulk data load (particularly refreshing lineup data) and it would...
### Contact Details [email protected] ### Version 1.0.1 ### What platform are you seeing the problem on? Linux ### What Python version are you running, are you using a virtual environment?...