nba-go
nba-go copied to clipboard
Proposal: Team Information
It would be cool to be able to see a team's record and past games. Maybe something like the following, using t and team
$ nba-go team cavaliers
$ nba-go t CLE
This could also be extended for certain seasons such as wanting to see how the Cavaliers did in a specific season, or in 2015, using -y and --year
$ nba-go t CLE -y 2015
$ nba-go t CLE --year 2014
This would be cool, and I believe the API nba-go used has team data for sure.
Let me know if you would like to tackle this feature, PR is welcome! Or I'll do it ASAP.
I can tackle it, will post a PR!
Thanks for your help!
@xxhomey19 I noticed that the data folder is populated with outdated JSON data and I'm curious if this is because you're never actually storing the data after scraping it and instead just printing it to command line. Any insight would be helpful.
I would like to address this issue, I will publish a PR
Me gustaría abordar este problema, publicaré un PR
I add the link to the PR: https://github.com/CesarPZ/nba-go/pull/2