An ESPN Fantasy Football client library and daemon.
- Make
- Go
- ESPN Fantasy Football Account
- Navigate to the ESPN Fantasy Home
- Click on your team/league
- Copy the
leagueId
from the URL - Open your browser's developer tools
- Open the
Network
tab - Reload the page
- Click on the first request
- Select the
Cookies
tab on the right-hand side - Copy the
espn_s2
cookie value tosomewhere - Copy the
SWID
cookie value tosomewhere
$ make daemon
$ ./bin/espnffd -league <league_id> -espns2 <espn_s2> -swid <swid>