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
7 stars 1 forks source link

allow for custom formats to be passed via the command line #5

Closed aptmac closed 2 years ago

aptmac commented 3 years ago

It would be nice if configuration options could be passed to the solver program, here via the command line.

Ideal attributes would be: --budget to specify a different budget e.g., --budget=125

--positions to specify which positions we'd like to use e.g., --positions=1qb,2rb,3wr,1te,1flex,1dst or --positions=1superflex,4flex

--teams to specify which teams to include e.g., --teams=gb,sf for tonight's Packers/49ers SNF

--time to specify which game time to use e.g., --time=mnf options would include 1 (for 1:00PM EST starts), 4, 8/snf, thursday/tnf, monday/mnf