Skip to content

marinamarina/Football-API-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Python wrapper for the Football API

Example usage of the module

`#! usr/bin/python from football_api_wrapper import FootballAPIWrapper from pprint import pprint

wrap = FootballAPIWrapper()

faw = FootballAPIWrapper() faw.api_key = 'your_key' faw.data_dir = '/data/'

pprint(faw.played_matches)

About

A REST wrapper around the Football-API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages