Razzball -> Underdog Helper

Steps:

  1. Run bundle to install the necessary gems.
  2. Download today's hitter projections from Razzball's Hittertron, and today's pitcher projections from Streamonator. Save them as data/hitters.csv and data/pitchers.csv, respectively.
  3. Download the proper slate's rankings CSV from Underdog, save it as data/underdog.csv
  4. From the command line in the app root, run bin/rails run. The output will be saved as data/rankings.csv.
  5. Upload rankings.csv to Underdog.
  6. Profit!