Пример #1
0
import nflgame

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

for g in gameScores:
    print g
Пример #2
0
import nflgame

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

for g in gameScores:
    print g