Esempio n. 1
0
import nflgame

gameScores = nflgame.gameScores(2018, week=5)
#players = nflgame.combine_game_stats(gameScores)

for g in gameScores:
    print g
Esempio n. 2
0
import nflgame

gameScores = nflgame.gameScores(2018, week=4, started=False)
#players = nflgame.combine_game_stats(gameScores)

for g in gameScores:
    print g