Basketball-reference-web-scraper

Latest version: v4.14.0

Safety actively analyzes 628969 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 6

4.2.1

Not secure
As 76 noted, the player season statistics method threw an error because a player's age value was an empty string.

This fix checks to see if the age value is an empty string, and if so, returns `None`.

4.2.0

Not secure
Add player slug to player box score and player season totals (75)

As 74 pointed out, player box scores and player season totals do not have a unique identifier.

The `data-append-csv` attribute on a player's name cell should be used - this value is the URI slug for a player's Basketball Reference Page.

4.1.0

Not secure
Add `team_box_scores` client method that scrapes the `Team Total` rows from specific game page tables.

This method is called with specific `day`, `month`, and `year` parameters.

PR 71

4.0.0

Not secure
* Raise `InvalidSeason` error when season schedule response code `404`s (49 )
* Raise `InvalidSeason` error when player season totals response code `404`s (58)
* Parse player season total positions as list (60)
* Parse season total team enum as string (63)
* Raise `InvalidDate` error for non-`200` player box score responses (64)
* Fix Schedule Parser (66)

3.1.3

Not secure
Fix schedule parsing for future games - specifically how game scores were being parsed (48 and 61 )

3.1.2

Not secure
55 adds the `"F"`, `"G-F"`, `"F-C"`, `"G"` positions and hopefully resolves 54

Page 5 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.