So, I created laterball.com: a web app the algorithmically determines the best games of the past 7 days without score spoilers, to let me (and you) know which games are worth spending time watching. There's also an associated twitter bot at https://twitter.com/laterball which occasionally tweets when there's been a high-quality game.
Technical stuff: the back end is a Ktor server hosted on Google's App Enginer which pulls statistics data from an API to determine the ratings. Factors used to determine ratings include goals (number, timing, swings in score, comebacks), xG, wins or draws against the odds, cards, and a few others.
The code is currently in a private repo, but I'm looking at open sourcing it in the near future.