Show HN: Querying Premier League Statistics

2 pointsposted 15 hours ago
by kj3moraes

1 Comments

kj3moraes

15 hours ago

I've been working on a small project for the past month called premstats.xyz . It's a simple way of querying any Premier League match / team / season stats without hassle.

The reason I made this was because I couldn't find any way to use natural language to query these statistics (at least not without running into a paywall or subscription scam). So I made a really simple way to query these statistics. You simply type in your question, you get your answer, you close the tab and then you go about your day. That's the idea.

Let me know what you guys this of it i.e what you like / don't like and what would you want to see. The code is open-sourced on Github here https://github.com/kj3moraes/premstats

CAVEATS - there is no player data - it only has data from the 93/94 season to the 23/24 season. - it can be a bit buggy at times because of the NL2SQL pipeline at the moment.