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

chore(filename): simplify rawdata file name for consistent chaining #18

Closed aptmac closed 2 years ago

aptmac commented 2 years ago

It was nice to have multiple rawdata files so I could keep track of points/salaries from earlier in the week ..

but it got a bit more cumbersome when chaining commands. It's easy to do: python fetch_data.py --ownersbox && python dfs_solver rawdata/ownersbox.csv instead of having to run the fetcher and then wait for the data to populate to get the new filename.