NOTICE: This league is using the BLEEDING EDGE game engine. For more information, click here.

The new user interface is in preview!

Want to check it out? Click here! (If you don't like it, you can still switch back)

League Forums

Main - Beta Chat

Re: "Do Not Draft" checkbox

By RLWJR
4/27/2017 2:41 am
setherick wrote:
RLWJR wrote:
WarEagle wrote:
I just want to say I am loving this feature.

If we had the ability to upload a csv with our own player rankings, I think I would be completely satisfied with the draft tools...at least until the next draft.


I use Python and the Requests package to send my draft pick list to the manual pick list. If you are familiar with Python I can try to guide you through the process. It's pretty simple if you have any experience with Python.


What is this voodoo that you speak? How difficult was it to create that? I started looking into the Requests package a bit this morning, but didn't get too deep into it.


In a nutshell, when you move a player to the draft board, your browser sends a little package of info, in a specific format, to a specific URL. I sort all my targets by descending order of importance, then have Requests, which is a Python package, go down that list and send them one by one to the draft board, in the format of that little package.
Last edited at 4/27/2017 2:42 am

Re: "Do Not Draft" checkbox

By WarEagle
6/27/2017 6:12 am
Are we going to have to wait until v0.4.2 for the "Do Not Draft" checkbox?

Seems like this has nothing to do with gameplay and should be able to be added sooner.

Re: "Do Not Draft" checkbox

By jdavidbakr - Site Admin
6/27/2017 8:17 am
WarEagle wrote:
Are we going to have to wait until v0.4.2 for the "Do Not Draft" checkbox?

Seems like this has nothing to do with gameplay and should be able to be added sooner.


Yes, it is a 0.4.2 feature.

Re: "Do Not Draft" checkbox

By WarEagle
6/27/2017 9:41 am
Ok. Thanks for the reply.