aptmac / dfs-helper-nfl

Python scripts for optimizing Daily Fantasy Football line-ups. In the 2021 season it got ranked Diamond (99th percentile) in Yahoo DFS quickmatches, and placed 504/223186 in the season-long 2021 Yahoo cup.
MIT License
5 stars 0 forks source link

Use OwnersBox CSV edit lineup feature #19

Open aptmac opened 1 year ago

aptmac commented 1 year ago

OwnersBox has a nifty feature that creates a custom CSV file for you to use to create your own rosters. It contains the players of the contest you're playing, and once you arrange your players into the appropriate columns you can re-upload it and it should take care of the rest.

This would be huge because I tried manually adjusting my roster this past weekend and the UI is not very intuitive.. it took way longer than it should have.

The CSV is also in a nasty looking format because I'm thinking it was designed with Excel in mind.. this is going to be a bit more annoying than it should be but hopefully isn't too bad overall.