BenBrostoff / draftfast

A tool to automate and optimize DraftKings and FanDuel lineup construction.
278 stars 113 forks source link

Uploaders for updating entries #128

Closed BenBrostoff closed 4 years ago

BenBrostoff commented 5 years ago

DraftKings has an entry update tool that allows you to modify entries for any contest you're in. I'm not 100% sure how the API for this should work, but we have most of the code to make this happen - it's as far as I understand writing the contests of one CSV to another with some columns modified. One idea - create another class of CSV Uploaders that inherit from CSVUploder, ex. DraftKingsUpdateNBACSVUploader.

BenBrostoff commented 4 years ago

Going to close this as I don't think any API could generalize well here. This update sheet depends on your specific contests. You always have the option of copying / pasting cells over from what DraftFast outputs into the sheet (this is what I do).