- Notifications
You must be signed in to change notification settings - Fork24
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.
License
openfootball/espana
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A free open public domain football database & schemafor use in any (programming) language(e.g. uses plain text data sets).Morefootball.db
Project Site »
Free open public domain football data for España (Spain) / Europe.Events include:
Level | ||
---|---|---|
I | Primera División / La Liga | 20 Clubs |
II | Segunda División / Liga Adelante | 22 Clubs |
Example:
= Primera División de España ## La LigaJornada 1[Sáb. 23.8.] Málaga CF 1-0 Athletic Bilbao Sevilla FC 1-1 Valencia CF Granada CF 2-1 Deportivo La Coruña UD Almería 1-1 RCD Espanyol[Dom. 24.8.] SD Eibar 1-0 Real Sociedad Celta Vigo 3-1 Getafe CF FC Barcelona 3-0 Elche CF Levante UD 0-2 Villarreal CF[Lun. 25.8.] Real Madrid 2-0 Córdoba CF Rayo Vallecano 0-0 Atlético Madrid...
Use thesportdb
command line tool to build your ownespana.db
copyfrom the plain text datasets.More »
Use the quick starter datafile templates to start from scratch. Examples:
Build the database for all Spanish clubs, leagues and seasons:
$ sportdb new es
Build the database for the 2020/21 season:
$ sportdb new es2020-21
Download and unpack the zip archive with the datasets or if you have git installed use thegit clone
command toget a local copy.
Try in your working folder (that is,/espana
):
$ sportdb build$ sportdb --verbose build # or for more (verbose) details incl. debug info
This will
- setup a new single-file SQLite database e.g.
./sport.db
and - read in all datasets in plain text (
.txt
)
That's it.
Yes, you can. More than welcome.SeeHelp & Support »
About
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.