DimaKudosh / pydfs-lineup-optimizer

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites
MIT License
409 stars 156 forks source link

MLB Probable Pitchers #371

Open gkenyon opened 2 years ago

gkenyon commented 2 years ago

Hello,

I tried my best to read all the documentation and search through the code but could not find a way to only include the probable starting pitcher in lineups. It looks like "Probable Pitcher" is available in the csv from Yahoo and FanDuel, but as hard as I tried, being self taught, I couldn't implement it in my fork. Could this be implemented for these two sites? Thank you!

Denwen12 commented 2 years ago

Name a column Confirmed Starter and add true next to them under that column and use command Confirmed starters

gkenyon commented 2 years ago

Cheers thanks!

Denwen12 commented 2 years ago

Did everything work out?