Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 353 Bytes

File metadata and controls

19 lines (13 loc) · 353 Bytes

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)