Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Player Tracking Stats #109

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Player Tracking Stats #109

wants to merge 13 commits into from

Commits on Feb 17, 2018

  1. Added Player Tracking to league.py

    Added endpoints for player tracking to get second spectrum stats.
    BenikaH committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    b819f9e View commit details
    Browse the repository at this point in the history
  2. Changed current season to 2017-18

    Changed current season to 2017-18 in constants.py.
    BenikaH committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    fd76cde View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Update player.py

    I have found 24 endpoints from stats.nba.com that are not currently included in nba_py
    
    Here are first 6 new endpoints in 6 new classes that can hopefully be added to the master repo
    
    I'm quite new to Python and GitHub so please let me know if I'm doing anything wrong, but hopefully I did enough testing on these classes before committing.
    inoble authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    dabf89a View commit details
    Browse the repository at this point in the history
  2. Update player.py

    Fixed Travis CI suggestions
    inoble authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    381a2c9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2018

  1. Update player.py

    Added some parameters that aren't required but can be provided anyway
    inoble authored Feb 24, 2018
    Configuration menu
    Copy the full SHA
    7d4c191 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2018

  1. Update team.py

    Team hustle stats!
    
    Two new endpoints with their classes:  TeamHustleLeaders (endpoint: leaguehustlestatsteamleaders) and TeamHustleStats (endpoint: leaguehustlestatsteam)
    inoble authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    1c426d2 View commit details
    Browse the repository at this point in the history
  2. Update player.py

    Player hustle stats added!  10 of 24 new endpoints now added (if you include teams.py).
    
    In this update:  Two new endpoints with their classes:  PlayerHustleLeaders (endpoint: leaguehustlestatsplayerleaders) and PlayerHustleStats (endpoint: leaguehustlestatsplayer)
    inoble authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    1da360b View commit details
    Browse the repository at this point in the history
  3. Update team.py

    fixed Travis CI whitespace issues and added call to _api_scrape inside TeamHustleStats
    inoble authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    7e8866c View commit details
    Browse the repository at this point in the history
  4. Update player.py

    Travis CI whitespace issues fixed
    inoble authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    bb0da96 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from inoble/master

    Updated functionality
    BenikaH authored Mar 1, 2018
    Configuration menu
    Copy the full SHA
    bcfed33 View commit details
    Browse the repository at this point in the history
  6. updates

    BenikaH committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    f8c84ce View commit details
    Browse the repository at this point in the history
  7. update season

    BenikaH committed Mar 1, 2018
    Configuration menu
    Copy the full SHA
    6551354 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2018

  1. updated imports

    BenikaH committed Mar 3, 2018
    Configuration menu
    Copy the full SHA
    390d1ce View commit details
    Browse the repository at this point in the history