An open API service indexing awesome lists of open source software.

https://github.com/manucabral/pysoccerdata

A python package for extracting real-time soccer data from diverse online sources, providing essential statistics and insights.
https://github.com/manucabral/pysoccerdata

extract-data football football-analytics football-data scraper soccer soccer-analytics soccer-data

Last synced: 7 months ago
JSON representation

A python package for extracting real-time soccer data from diverse online sources, providing essential statistics and insights.

Awesome Lists containing this project

README

          

# pysoccerdata
A simple python package for extracting real-time soccer data from diverse online sources, providing essential statistics and insights.

### Installation
```
pip install pysoccerdata
```

### Usage
Simple usage, please read the docs.
```py
import pysoccerdata

client = pysoccerdata.client()
matchs = client.get_matchs()

for match in matchs:
print(match)
```
### Constributions
All constributions, bug reports or fixes and ideas are welcome.