Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 893 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 893 Bytes

Football Data Connector

Football Data Connector is a Python package to connect to football-data.org API

Installation

The easiest way to install football data connector is using the Python package manager, pip. Use the following command if you have pip installed

pip install -U football-data-connector

If you need the latest version, you can install it directly from github repository.

pip install git+https://github.com/tony-joseph/football-data-connector.git

Links

Contributing to Football Data Connector