ianpittwood / api-sports-io-nfl

An API wrapper for api-sports.io's NFL feeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

api-sports-io-nfl

An unofficial Python API wrapper for api-sports.io's NFL feeds.

Installation

pip install api-sports-io-nfl

Usage

from api_sports_io_nfl import ApiNfl

# Initialize the API wrapper with your API key
api = ApiNfl(api_key='YOUR_API_KEY')

# Make your calls!
teams = api.teams(league=api.Leagues.NFL)

About

An API wrapper for api-sports.io's NFL feeds

License:Apache License 2.0


Languages

Language:Python 99.3%Language:Just 0.7%