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 ✔️
FBref ✔️
Promiedos ✔️

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.6.tar.gz (32.3 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.6-py3-none-any.whl (49.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: easysoccerdata-0.0.6.tar.gz
  • Upload date:
  • Size: 32.3 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.6.tar.gz
Algorithm Hash digest
SHA256 22be8691cb160fcfd4943d35afd0f50e14a9e1c500d63e73276218e2ed2b30c0
MD5 82bfa17929a2b790af2508f1594c12f3
BLAKE2b-256 b62e81c1740dab90b37ff5f457c7ae815f26947b54107f60b4bb8f7dadf280a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for easysoccerdata-0.0.6.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.6-py3-none-any.whl.

File metadata

  • Download URL: easysoccerdata-0.0.6-py3-none-any.whl
  • Upload date:
  • Size: 49.8 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 879a3e64c8435bcd0417fee73fb9d8b10ed74dec2af9bb752a954c4f5ac167f2
MD5 f241c80293aec8011656d7dfc3e9a727
BLAKE2b-256 6d0359857bd0f896ee0855cbe7cb6f48839124baaebacfd8cd4042a54755f129

See more details on using hashes here.

Provenance

The following attestation bundles were made for easysoccerdata-0.0.6-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