Python wrapper for the API-Sports Football API.
pip install requests
Get your API key from api-sports.io and pass it in:
from football import Football
fb = Football("your_api_key")
teams = fb.get_teams(id=25) leagues = fb.get_leagues(id=39)
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Python wrapper for the API-Sports Football API.
pip install requests
Get your API key from api-sports.io and pass it in:
from football import Football
fb = Football("your_api_key")
teams = fb.get_teams(id=25) leagues = fb.get_leagues(id=39)