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

output results to file (json & csv) #8

Closed aptmac closed 1 year ago

aptmac commented 2 years ago

It would be nice to have the results printed to file.

Yahoo DFS allows for lineups to be submitted as CSV, so this would make it even quicker. Just need to figure out exactly what the csv format looks like, and give it a try.

aptmac commented 1 year ago

Not really as robust as I had originally planned, but does the job nonetheless. https://github.com/aptmac/dfs-helper-nfl/pull/14