Skip to main content

Canadian Football League API Wrapper

Project description

CFLApi - a Python client for The Canadian Football League statistics API

Description

CFLApi is a lightweight client library for the CFL statistics API

Documentation

Installation

TODO

Dependencies

API Key

You will need an API key to access the CFL API. To obtain a key, submit a API key request

Example

import cflapi
api = cflapi.CFLApi(YOUR API KEY HERE)

response = api.getGamesBySeason(2018, filter={'team': {'eq': 'SSK'}})
for game in response['data']:
    print(game['date_start'], game['team_1']['nickname'], '@', game['team_2']['nickname'])

Support

If you find an bug, have any questions or have suggestions for improvements then feel free to file an issue on the Github project page here.

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

cflapi-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

cflapi-1.0.2-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

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