Skip to main content

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

Project description

EasySoccerData

PyPI - Version PyPI - Downloads GitHub License GitHub Actions Workflow Status

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

[!IMPORTANT]
Currently in the early development phase. Please take this into consideration.

Installation

pip install EasySoccerData

Usage

Sofascore

import esd

client = esd.SofascoreClient()
events = client.get_events(live=True)
for event in events:
    print(event)

How to search for matches, teams, tournaments, and players

How to get tournament brackets

How to get live match statistics

Check out Sofascore module examples

FBRef

import esd

client = esd.FBrefClient()
matchs = client.get_matchs()
for match in matchs:
    print(match)

Check out FBref module examples

Promiedos

import esd

client = esd.PromiedosClient()
events = client.get_events()
for event in events:
    print(event)

Check out Promiedos module examples

Demo

Simple demonstration of a live table using Sofascore module (see source code)

Documentation

For the full documentation, please visit the Documentation Page

If you have any questions or need further assistance, feel free to open an issue.

Supported modules

Name Implemented
Sofascore 90%
FBref 10%
Promiedos 70%

Keep in mind that it is still under active development.

Disclaimer

The data provided in this repository is gathered from various external sources and is intended solely for informational purposes. This software is distributed "as-is," without any warranties or guarantees. Users are solely responsible for ensuring that their use of this data complies with the terms of service of the respective data sources and all applicable laws.

The developers of this project assume no liability for any misuse, legal issues, or damages arising from the use of the data or software.

Constributions

All constributions, bug reports or fixes and ideas are welcome.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easysoccerdata-0.0.7.tar.gz (35.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

easysoccerdata-0.0.7-py3-none-any.whl (52.6 kB view details)

Uploaded Python 3

File details

Details for the file easysoccerdata-0.0.7.tar.gz.

File metadata

  • Download URL: easysoccerdata-0.0.7.tar.gz
  • Upload date:
  • Size: 35.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for easysoccerdata-0.0.7.tar.gz
Algorithm Hash digest
SHA256 69f8c685232a4c0ec7584fd86a36e832b06084b92c8e69ac2b6477bd718b9de0
MD5 bda007b640a20aeb5c6450ee7de1f8d3
BLAKE2b-256 e132d7351dd632d8c71cb7cbfb11faca7e89e5842343764bbaad338138a0563a

See more details on using hashes here.

Provenance

The following attestation bundles were made for easysoccerdata-0.0.7.tar.gz:

Publisher: publish.yml on manucabral/EasySoccerData

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file easysoccerdata-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: easysoccerdata-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 52.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for easysoccerdata-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 039090b037e2a0e06a8a3e1ffbf8350aed0183f0f45d3a98839b5c2844c52cee
MD5 5c4c8c74deb59d01b7efbfed31bf5433
BLAKE2b-256 c122297493d2f74b11ac5353670d585084a3bae3f4478c4c3ad5f2d9639e8355

See more details on using hashes here.

Provenance

The following attestation bundles were made for easysoccerdata-0.0.7-py3-none-any.whl:

Publisher: publish.yml on manucabral/EasySoccerData

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page