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.
- Host: GitHub
- URL: https://github.com/manucabral/pysoccerdata
- Owner: manucabral
- License: gpl-3.0
- Created: 2025-02-26T00:30:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-27T05:03:29.000Z (7 months ago)
- Last Synced: 2025-02-27T06:18:27.904Z (7 months ago)
- Topics: extract-data, football, football-analytics, football-data, scraper, soccer, soccer-analytics, soccer-data
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pysoccerdataclient = pysoccerdata.client()
matchs = client.get_matchs()for match in matchs:
print(match)
```
### Constributions
All constributions, bug reports or fixes and ideas are welcome.