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