├── NOTES.md └── README.md /NOTES.md: -------------------------------------------------------------------------------- 1 | # Notes 2 | 3 | 4 | ## No longer available 5 | 6 | - [Rudeltippen :octocat:](https://github.com/svenkubiak/Rudeltippen) - a football betting game based on the Ninja Framework and Twitter Bootstrap 7 | - [ericsaupe/world-cup :octocat:](https://github.com/ericsaupe/world-cup) - Django based web-application designed to allow users to predict the World Cup matches and create competitive groups with their friends 8 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | Awesome Series @ Planet Open Data 2 | 3 | [World (Countries, Cities, Codes, ...)](https://github.com/planetopendata/awesome-world) • 4 | [Football (Clubs, Players, Stadiums, ...)](https://github.com/planetopendata/awesome-football) • 5 | [SQLite (Tools, Books, Schemas, ...)](https://github.com/planetopendata/awesome-sqlite) 6 | 7 | 8 | # Football 9 | 10 | A collection of awesome football (national teams, clubs, match schedules, players, stadiums, etc.) datasets 11 | 12 | **Contributions welcome. Anything missing? Send in a pull request. Thanks.** 13 | 14 | 15 | ## V2 - What's News in 2022? 16 | 17 | 18 | [**jfjelstul/worldcup**](https://github.com/jfjelstul/worldcup) 19 | 20 | The Fjelstul World Cup Database is a comprehensive database about the FIFA World Cup created by Joshua C. Fjelstul, Ph.D. that covers all `21` World Cup tournaments (1930-2018). An update with data on the 2022 World Cup in Qatar will be available soon. The database includes `27` datasets (approximately 1.1 million data points) that cover all aspects of the World Cup. 21 | 22 | 23 | [**JaseZiv/worldfootballR**](https://github.com/JaseZiv/worldfootballR) 24 | 25 | This package is designed to allow users to extract various world 26 | football results and player statistics from the following popular 27 | football (soccer) data sites: 28 | 29 | - FBref 30 | - [Transfermarkt](https://www.transfermarkt.com/) 31 | - [Understat](https://understat.com/) 32 | - [Fotmob](https://www.fotmob.com/) 33 | 34 | Since the release of `v0.5.3`, the library now supports very rapid 35 | loading of pre-collected data through the use of `load_` functions. 36 | 37 | The data available for loading is stored in the `worldfootballR_data` 38 | repository. The repo can be found 39 | [here](https://github.com/JaseZiv/worldfootballR_data). 40 | 41 | 42 | [**dcaribou/transfermarkt-datasets**](https://github.com/dcaribou/transfermarkt-datasets) 43 | 44 | this project aims for three things: 45 | 46 | 1. Acquire data from transfermarkt website using the [trasfermarkt-scraper](https://github.com/dcaribou/transfermarkt-scraper). 47 | 2. Build a **clean, public football (soccer) dataset** using data in 1. 48 | 3. Automatate 1 and 2 to **keep these assets up to date** and publicly available on some well-known data catalogs. 49 | 50 | Checkout this dataset also in: 51 | [Kaggle](https://www.kaggle.com/davidcariboo/player-scores), 52 | [data.world](https://data.world/dcereijo/player-scores), 53 | [streamlit](https://transfermarkt-datasets.herokuapp.com/), 54 | [awesome-public-datasets](https://github.com/awesomedata/apd-core/blob/master/core/Sports/Transfermarkt-Datasets.yml) 55 | 56 | 57 | [**somdeep/Statball**](https://github.com/somdeep/Statball) 58 | 59 | Football (soccer) stats analyser from top 5 european leagues with data obtained from Fbref and Statsbomb. 60 | 61 | Fbref : https://fbref.com/en/comps/Big5/Big-5-European-Leagues-Stats 62 | 63 | Statsbomb : https://statsbomb.com/ 64 | 65 | 66 | 67 | [**probberechts/soccerdata**](https://github.com/probberechts/soccerdata) 68 | 69 | SoccerData is a collection of wrappers over soccer data from `Club Elo`_, 70 | `ESPN`_, `FBref`_, `FiveThirtyEight`_, `Football-Data.co.uk`_, `SoFIFA`_ and 71 | `WhoScored`_. You get Pandas DataFrames with sensible, matching column names 72 | and identifiers across datasets. Data is downloaded when needed and cached 73 | locally. 74 | 75 | To learn how to install, configure and use SoccerData, see the 76 | `Quickstart guide `__. For documentation on each of the 77 | supported data sources, see the `example notebooks `__ and `API reference `__. 78 | 79 | 80 | 81 | 82 | 83 | ## V1 - Before 2022 84 | 85 | 86 | Note: :octocat: stands for the GitHub page and :gem: stands for the RubyGems page. 87 | 88 | 89 | ## Football Data Guides / Articles 90 | 91 | _Where's the open football data?_ 92 | 93 | - [Guide to Football Data and APIs](http://www.jokecamp.com/blog/guide-to-football-and-soccer-data-and-apis/) - The Definite Football Data List collected by Joe Kampschmid 94 | - [Article: Using open football data - Get ready for the World Cup in Brazil 2014 @ The Data Wrangling Blog (Open Knowledge Foundation (OKFN) Labs)](http://okfnlabs.org/blog/2014/05/06/open-data-world-cup.html) by Gerald Bauer 95 | 96 | ## Football Datasets 97 | 98 | ### World Cup 99 | 100 | - [openfootball/world-cup :octocat:](https://github.com/openfootball/world-cup) 101 | - [import-io/worldcup2014 :octocat:](https://github.com/import-io/worldcup2014) - World cup data 102 | - [estiens/world_cup_json :octocat:](https://github.com/estiens/world_cup_json) - rails backend for a scraper that outputs World Cup data as JSON 103 | - [sanand0/fifadata :octocat:](https://github.com/sanand0/fifadata) - scraping FIFA world cup data 104 | - [pratapvardhan/FIFAWorldCup :octocat:](https://github.com/pratapvardhan/FIFAWorldCup) - FIFA World Cup data includes teams data, squad formations, clubs dominance 105 | 106 | 107 | ### England 108 | 109 | - [engsoccerdata :octocat:](https://github.com/jalapic/engsoccerdata) - all top 4 tier football matches in England 1888-2014; collected by James Curley 110 | 111 | 112 | ### Misc 113 | 114 | - [jokecamp/FootballData :octocat:](https://github.com/jokecamp/FootballData) - a hodgepodge of JSON and CSV football data 115 | - [llimllib/soccerdata :octocat:](https://github.com/llimllib/soccerdata) - a collection of soccer results 116 | - [milkysunshine91/sport_db.Football :octocat:](https://github.com/milkysunshine91/sport_db.Football) - general purpose football database 117 | - [orlandoaleman/FootballAppResources :octocat:](https://github.com/orlandoaleman/FootballAppResources) 118 | 119 | 120 | ## Stadium Datasets 121 | 122 | - [openfootball/stadiums :octocat:](https://github.com/openfootball/stadiums) 123 | 124 | 125 | ## Football Apps 126 | 127 | _Open source apps for match scores, picks, predictions, office pools, and more_ 128 | 129 | - [worldcup-2014 gem :octocat:](https://github.com/hpoydar/worldcup-2014), [:gem:](https://rubygems.org/gems/worldcup-2014) - provides command line access to World Cup 2014 information and results 130 | - [world_cup_cli gem :octocat:](https://github.com/jameswilliamiii/world_cup_cli), [:gem:](https://rubygems.org/gems/world_cup_cli) - a command line interface that provides you the latest group table standings, scores, and see upcoming matches from the 2014 World Cup 131 | 132 | - [fatiherikli/worldcup :octocat:](https://github.com/fatiherikli/worldcup) - World cup results for hackers; uses Soccer For Good API 133 | - [Huang-Wei/2014 :octocat:](https://github.com/Huang-Wei/2014) 134 | - [rtopitt/bolao2014 :octocat:](https://github.com/rtopitt/bolao2014) - Bolão PiTTlândia Copa do Mundo 2014 135 | - [rtopitt/bolao :octocat:](https://github.com/rtopitt/bolao) - Bolão Copa 2010 136 | - [threefunkymonkeys/funky-world-cup :octocat:](https://github.com/threefunkymonkeys/funky-world-cup) - a match predictions website for the FIFA World Cup, that allows you to create groups so you can play with your friends defining prices 137 | - [malagant/tipptop :octocat:](https://github.com/malagant/tipptop) - world cup 2010 betting game; W-JAX Challenge 138 | 139 | - [soccer_league :octocat:](https://github.com/mrjabba/soccer_league) - a rails application designed to manage soccer leagues, specifically teams, players and their stats 140 | - [standings gem :octocat:](https://github.com/scottluptowski/standings), [:gem:](https://rubygems.org/gems/standings) - view European football (e.g. the English Premier League, English Championship, Scottish Premier League, La Liga, Ligue 1, Serie A, and Bundesliga) standings from your terminal. 141 | - [ahs85/bundesliga_predictions :octocat:](https://github.com/ahs85/bundesliga_predictions) - predictions of the Deutsche Bundesliga (football league) season 2012/13 142 | - [architv/soccer-cli](https://github.com/architv/soccer-cli) - command line tool for league table standings, match scores and more (in Python) using an HTTP JSON API 143 | 144 | 145 | - [4teamwork/ftw.footballchallenge :octocat:](https://github.com/4teamwork/ftw.footballchallenge) - an online football bet game based on plone 146 | - [sigi/bookie :octocat:](https://github.com/sigi/bookie) - a rails application to manage a soccer betting community or office pool 147 | - [kdungs/tippspiel :octocat:](https://github.com/kdungs/tippspiel) - bet on football games with your friends 148 | - [chipsmachine/bltippspiel :octocat:](https://github.com/chipsmachine/bltippspiel) - Bundesliga betting game (tippspiel) 149 | - [chrenkot/Austrian-Bundesliga :octocat:](https://github.com/chrenkot/Austrian-Bundesliga) - a little open source android app for gathering information about the austrian bundesliga 150 | - [rodmoioliveira/football-graphs :octocat:](https://github.com/rodmoioliveira/football-graphs) - Some visualizations on passing networks 151 | * [Last season comparison](https://compare-last-season.netlify.app), [:octocat:](https://github.com/nurgasemetey/compare-last-season) - Last season comparison tool 152 | 153 | 154 | 155 | ## Meta 156 | 157 | **License** 158 | 159 | The awesome list is dedicated to the public domain. Use it as you please with no restrictions whatsoever. 160 | 161 | **Questions? Comments?** 162 | 163 | Send them along to the [Open Sports & Friends Forum/Mailing List](http://groups.google.com/group/opensport). 164 | Thanks! 165 | --------------------------------------------------------------------------------