Dean

Results 15 comments of Dean

At this time that is not possible without adding additional functionality to the code.

I'm not really sure the value in this. Couldn't you just tell your league mates on the same chat platform? Feels like it would be more of an annoyance than...

Something I didn't take into account. Not quite sure how to solve elegantly yet.

Is your league full? Can also send me a DM in discord and we can work it out.

League has to be full due to the nature of grabbing home and away team info. I'll leave the issue open if it gets tackled.

I'm seeing the same behavior as @mtdickey while pulling data from week 3.

Looks like it's set to -1 by default "if the week is over/not set" https://github.com/cwendt94/espn-api/blob/1dda8f4c162fb80c1027987b1a5018b33db41cb6/espn_api/football/box_score.py#L10

Tested as follows. ``` $ python3 setup.py install $ python3 >>> from espnff import League >>> league_id = 164483 >>> year = 2016 >>> league = League(league_id, year) >>> league.get_current_week()...

Update to verify it works correctly going into week 2 ``` $ python3 >>> from espnff import League >>> league = League(164483, 2017) >>> league.get_current_week(); 2 ```

Not really sure how to implement it because of my limited python knowledge, but it appears current week is stored in 'scoreboard'->'scoringPeriodId' within the json data