inoble

Results 11 comments of inoble

the 'Travis CI' check timed out after 10 minutes. Travis CI's [documentation](https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received) does not seem to offer any reason why this has occurred, but I notice that it's happened to...

Thanks @rneu31, it does seem a little quiet around here! I could help out if you need. Is nba_py used by reddit.com/r/nba or any other websites? Do we have a...

If anybody else wants to help me out with these new 'endpoints', here are the endpoints I found that I'm yet to write up: winprobabilitypbp teamandplayersvsplayers leagueplayerondetails leaguedashoppptshot infographicfanduelplayer franchiseplayers...

@mneedham91 I stalked @seemethere's reddit comments and saw that he found the original 'endpoints' by checking a javascript file on nba.com. So I did the same and extracted all the...

@BenikaH - I've not been working on this any further since February. The endpoints that still need coding are: winprobabilitypbp teamandplayersvsplayers leagueplayerondetails leaguedashoppptshot infographicfanduelplayer franchiseplayers franchiseleaders fantasywidget defensehub boxscorematchups boxscoredefensive...

Having experimented with the code, and after reading [this issue](https://github.com/seemethere/nba_py/issues/67), I get the feeling nba_py doesn't work properly any more because the NBA changed their API settings. I tried getting...

@rneu31 - I ran the following code and it gave [this output](https://github.com/seemethere/nba_py/files/1731592/text.txt). The .json data looks really incomplete, but probably I'm doing something wrong (I'm relatively new to Python and...

oops here's the code I wrote whilst testing `from nba_py import _api_scrape import player first_test = player.PlayerList() playerlist = _api_scrape(first_test.json, 0) f = open(r'text.txt', 'w') f.write(str(playerlist))`

thanks @rneu31 Even after uninstalling pandas and using your code above I get [incomplete data](https://github.com/seemethere/nba_py/files/1736095/text.txt). I saw your map of Wisconsin and searched for Jabari Parker and Giannis Antetokounmpo but...

hey @WillPanarese, do as @rneu31 is saying, but here's some more expanded instructions from the very beginning: With any version of Python 3 installed, go to the [repo homepage](https://github.com/seemethere/nba_py) and...