Skip to content

Andr1893/football-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

football-data

Build from source

$ git clone https://github.com/Andr1893/football-data.git
$ Run - py main.py

You need to get api key to the site football-data

exemple code

   from connect import Connect

   con = Connect('Input APIKEY') 
   
   print(con.getCompetitions('TIER_ONE'))
   print(con.getMatches())

Releases

No releases published

Packages

No packages published

Languages