A project that graphs each team's points vs. their max potential points
This is a program used to collect data from the ESPN Fantasy Football Api for ESPN fantasy leagues. More information can be found at the reddit post here.
Also huge thanks to Steven Morse for his page here where he discusses using the api and saving it as a JSON.
Graphs will be stored in the graphs/ directory and box_scores.json and scoreboards.json will be saved in the main directory.
The leagueID can be found by looking at the value in the URL on your leagues page.
If your league is private, the swid and espn_s2 values can be found by looking at your cookies for espn.com (Thanks again to Steven Morse for figuring this out)