Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openfootball/south-america
Free open public domain football data (football.db) for South America (incl. Brazil, Argentina, Colombia, and much more)
https://github.com/openfootball/south-america
Last synced: about 1 month ago
JSON representation
Free open public domain football data (football.db) for South America (incl. Brazil, Argentina, Colombia, and much more)
- Host: GitHub
- URL: https://github.com/openfootball/south-america
- Owner: openfootball
- License: cc0-1.0
- Created: 2013-08-13T11:52:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T19:40:27.000Z (about 2 months ago)
- Last Synced: 2024-11-14T09:06:07.720Z (about 1 month ago)
- Homepage:
- Size: 460 KB
- Stars: 78
- Watchers: 13
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-brazil-data - openfootball/br-brazil
README
# South America (Argentina, Brazil, Colombia, ...)
## What's `football.db`?
A free open public domain football (soccer) database & schema
for use in any (programming) language
(e.g. uses plain text datasets for match schedules, results and more).
More [`football.db` Project Site »](http://openfootball.github.io)## Intro
Free open public domain football datasets include:
- [**Argentina**](argentina) - Primera Division
- [**Brazil**](brazil) - Brasileiro Série A
- and others## Build Your Own `football.db` Copy
Try in your working folder (that is, `/south-america`):
```
$ 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`
- read in all datasets in plain text (`.txt`)That's it.
## License
The football.db schema, data and scripts are dedicated to the public domain. Use it as you please with no restrictions whatsoever.
## Questions? Comments?
Yes, you can. More than welcome.
See [Help & Support »](https://github.com/openfootball/help)