JacobLee23 / FanGraphs-Export

A library for scraping data off of the FanGraphs webpages.
MIT License
14 stars 1 forks source link

Scores: Live Box Score/Box Score #41

Open JacobLee23 opened 3 years ago

JacobLee23 commented 3 years ago

The FanGraphs Box Scores can be divided into Live Box Scores and Box Scores, determined by whether the game is in progress or completed, respectively. Thus, there will probably be two classes, fangraphs.scores.LiveBoxScore and fangraphs.scores.BoxScore to cover the Live Box Scores and Box Scores, respectively. fangraphs.scores.LiveBoxScore likely can inherit fangraphs.scores.BoxScore. Regardless both the Live Box Scores and Box Scores will be covered by this Issue.