roclark / sportsipy

A free sports API written for python
MIT License
492 stars 189 forks source link

NFL: access two point conversions a player scored #466

Open ColeW-Picaro opened 4 years ago

ColeW-Picaro commented 4 years ago

Is your feature request related to a problem? Please describe. I can't get the two point conversions or even total points a BoxscorePlayer scored

Describe the solution you'd like I'd like to be able to have the two point conversions a player scored in a game/season, or even the number of points they scored in a game.

Describe alternatives you've considered Using a scraper or something to examine the table on PFR

Additional context I might be missing something in the docs, but there isn't any mention of two point conversions at all.

roclark commented 4 years ago

Hey @ColeW-Picaro, thanks for writing this issue! Do you have an example from an NFL boxscore where this information is presented and what you would expect the output in this package to look like? I'm not seeing any information on the pages that I've seen that would show a good way to provide these stats in an API, but I am open to any suggestions and examples!