Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Football API Wrapper

Python wrapper for the API-Sports Football API.

Installation

pip install requests

Setup

Get your API key from api-sports.io and pass it in:

Quick Start

from football import Football

fb = Football("your_api_key")

teams = fb.get_teams(id=25) leagues = fb.get_leagues(id=39)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages