A software developer and football (soccer) fan who lives in an antipodean time zone, I enjoy watching games on demand the morning after they occur. Apart from watching the games of the team I support, I like to watch one or two of the most entertaining games in any given week, but score spoilers absolutely ruin the experience for me. So, I created https://laterball.com : a web app the algorithmically determines the b…
I built something similar for NFL, it scrapes NFL stats websites (very few public APIs available afaik) and gives a 'fun index' for each game from the previous week.
I then obtain that game from a dodgy website and am able to watch it without any spoilers, but safe in the knowledge that it will definitely be a good game.
It was my first ever programming project and helped me learn Python, the code is complete shite but it works.