owqejfb

Results 4 issues of owqejfb

example below ``` from nba_api.live.nba.endpoints import scoreboard live_scoreboard = scoreboard.ScoreBoard() board = live_scoreboard.get_dict() for game in board['scoreboard']['games']: print(game['gameStatusText']) ``` this will return the gameStatusText of all games that are played...

Watched the video last night and wow, loved the challenge and the topic. One thing that stood out to me is how the agent just goes forward till it gets...

discussion

just looking to return the current quarter and score of a current game

![image](https://user-images.githubusercontent.com/62023949/221045964-92915c05-d411-4cd2-9855-1de70922c620.png)