collinb9 / understatAPI

An API for scraping data from understat.com
MIT License
10 stars 2 forks source link

Create parsers #4

Closed collinb9 closed 2 years ago

collinb9 commented 2 years ago

Create Parser classes which handle the parsing of html strings. These classes decouple the part of the code which makes requests from the part that extracts data from html.