I put together a fantasy football cheat-sheet every year in order to be able to see value more easily when drafting. This script fetches tiers data for 0.5 point PPR from Fantasy Pros here.
- Run
bundle install
(you'll need ruby) - Run
./cheat.rb
Now, crack a beer and draft. =)
Ranking data is saved to ./tiers.json
. Once scraped, the script
will use this data unless the file is deleted.
./cheat.rb --fresh
force a fresh scraping of the data../cheat.rb --fresh --fullppr
force a fresh scraping of the data using full PPR rankings../cheat.rb --idp
ensure IDP players are included in the scraping step../cheat.rb --concerns
include a list of players with concerns going into the season.