amosbastian / understat

An asynchronous Python package for https://understat.com/.
MIT License
150 stars 30 forks source link

Apply filters on tables #11

Closed steenson closed 4 years ago

steenson commented 4 years ago

It would be useful to be able to apply the filters on the tables in understat. For example, on a team's page, there is a players table. This table can be filtered by start date and end date, giving you the stats for the players in a particular period of time.

Options which would apply these filters when fetching the data would be super useful.

amosbastian commented 4 years ago

Unfortunately the filtering is done on the website's backend and since their API isn't public it's not possible to do this (I really wish it was).