Skip to main content

Scrape football data from DataFactory

Project description

DataFactory scraper

Library for scraping football data from DataFactory matches and other websites that this company provides.

Installation

To install this library, use:

pip install datafactoryfc

To upgrade the library, use:

pip install --upgrade datafactoryfc

About

The library has a main function, which is used to retrieve the data of a match, and several other functions to process that information and return specific events.

import datafactoryfc as dfc

data = dfc.get_data('copalpf', 2643544)

This function retrieves the match information in JSON format. We can then process that data with the help of other functions:

dfc.get_passes(data)
dfc.get_shots(data)
dfc.get_corners(data)

Alternatively, we can provide the league name and match ID directly to these functions in a list format. Always put the league name first and the match ID second:

dfc.get_passes(['copalpf', 2643544])
dfc.get_fouls(['copalpf', 2643544])
dfc.get_throwins(['copalpf', 2643544])

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

datafactoryfc-1.0.0.tar.gz (4.5 kB view details)

Uploaded Source

Built Distribution

datafactoryfc-1.0.0-py3-none-any.whl (4.9 kB view details)

Uploaded Python 3

File details

Details for the file datafactoryfc-1.0.0.tar.gz.

File metadata

  • Download URL: datafactoryfc-1.0.0.tar.gz
  • Upload date:
  • Size: 4.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.0

File hashes

Hashes for datafactoryfc-1.0.0.tar.gz
Algorithm Hash digest
SHA256 7bbca5ebf43d0e97ba54c500adb5162cbc3b4d387b909c01ce171ecb8d6054fc
MD5 1990de28b9e9e51ce98108d05afcb6a0
BLAKE2b-256 ad951ac09aec073c64e2e0af687f0dfdf5f41e93690d4819361e06c966050483

See more details on using hashes here.

File details

Details for the file datafactoryfc-1.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for datafactoryfc-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 48011d482391c04ac7e70f3595ce47c1c2bfe1f9eddace49b87603d21f1020a2
MD5 d115171ecdd00656087507327ecd6d33
BLAKE2b-256 591bcab2eb8b19787c9f365ebdaf0e5b58657720ef8011e187a2ce8bda369883

See more details on using hashes here.

Supported by

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