Skip to content

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

Notifications You must be signed in to change notification settings

edgecdec/SleeperLiveDraftRankings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

17 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

SleeperLiveDraftRankings

๐Ÿš€ UPGRADED TO V2! ๐Ÿš€

We've released a major upgrade with a robust UI interface that's very easy to install!

๐Ÿ“ฅ Download the latest V2 release here

The new V2 system features:

  • Easy Installation - No more manual setup required
  • Robust UI Interface - User-friendly graphical interface
  • Enhanced Features - Improved functionality and performance

Note: This command line interface will continue to work as expected for those who prefer it.


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

Packages

No packages published

Languages