Skip to content

See what players you have ranked highest remaining in your draft.

Notifications You must be signed in to change notification settings

kingdain/SleeperDraftFeature

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SleeperLiveDraftRankings

See what players you have ranked highest remaining in your draft.

Build Your Rankings

  1. Go to this cheatsheet creation website
  2. Modify the 'top 200' list to your liking
  3. When finished, click the 'export' button

Run the Code (You can test this on mock drafts)

  1. Put your csv in the same directory as this file (or replace the example csv file)
  2. Go to EditMe.py and change the 'DRAFT_ID' to be the ID of your draft in browser.
  3. Change the name of the CSV file if applicable
  4. Run 'RunMe.py' when it is your pick
    1. You will have to re-run it each time it is your turn to pick

Notes

  1. This works on mock drafts, so I recommend trying it there first
    1. Example mock draft that the code runs on before being edited
  2. Does not currently support DST (they will be skipped but shouldn't break the code)
  3. If you created your own csv file or get it from another site, you will need to rename your columns to match the first 4 columns in the example csv ('Overall Rank', 'Name', 'Team', 'Position')
    1. All other column names will be ignored, so if there are extras that is fine
  4. You may need to install pandas with pip (for help see this)
  5. I found this easiest to run in PyCharm, but any editor or the command line should be sufficient

About

See what players you have ranked highest remaining in your draft.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%