Michael Dunn
Results
2
comments of
Michael Dunn
@Bekt I ended up getting all matchups through : https://fantasy.espncdn.com/tournament-challenge-bracket/${year}/en/api/matchups And then I sorted the matchups by id to get their pick string id. I used https://fantasy.espncdn.com/tournament-challenge-bracket/${year}/en/api/v7/group?groupID=${groupId}&sort=-1&start=0&length=50&periodPoints=true to get the...
I'm using Angular to make it happen. It's rough for now, but you can find it in my repos. Then just npm install angular and cd into the app folder...