Skip to content

Latest commit

 

History

History
executable file
·
32 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
32 lines (22 loc) · 1.06 KB

Fantasy Football Cheat Sheet

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.

TL;DR

  1. Run bundle install (you'll need ruby)
  2. Run ./cheat.rb

Running the script

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.

Options

  • ./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.

Example output