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

adjust the solver script to read json format #7

Closed aptmac closed 1 year ago

aptmac commented 2 years ago

At the moment the solver script accepts the information in csv format, but it would be nice if this could be adjusted to read json as well

aptmac commented 1 year ago

Not terribly needed at the moment. CSV is easier to quick manipulations by hand, and at the point there are no plans to webify this app. Potentially revisit at another date but atm it's not important enough to keep around.