lightninglarry
lightninglarry
> You have the code wrong > […](#) > On Thu, Jul 22, 2021, 6:27 PM lightninglarry ***@***.***> wrote: awesome @DimaKudosh was able to update, now with the same above...
can anyone pinpoint what is wrong with the above code? I comment some things out and it runs, but not all together.
@Denwen12 from pydfs_lineup_optimizer import get_optimizer, Site, Sport, CSVLineupExporter, PositionsStack, PlayersGroup class CustomExporter(CSVLineupExporter): @staticmethod def render_player(player): result = f'{player.id}:{player.full_name}' if player.lineup_position != 'UTIL': result += f' - {player.lineup_position}' return result optimizer...
> @McCampy You can achieve this without using set_projected_ownership. You can create group with all players under 5% ownership and set min players from this group. > > ``` >...
i just vlookup from my projections into whatever sites your using FPPG column. make sure there are no blanks though, put 0 for any N/A
unfortunately since you cant get the csv from Fanduel unless you are in that given tournament its impossible. I do lineup Rewind on Draftkings to do what you are proposing...
@doublec1985 ill have to try that out. Impressive. The one thing i heard makes FD scraping hard, is their stupid recaptcha things that you have to get through. No issues...
Interesting @doublec1985. I was gonna try your code out, but some of the pdf cuts off, is there anyway you can get the cutoff code to me to test out?...
> Instead of opening a new thread maybe one of you fellas can tell why it does not seem to be much about MLB on here Have you all mastered...
@Denwen12 assuming your question is for Fanduel. Im looking at a player CSV for showdown mode....and dont see a column for Confirmed Starter. Do you make one and put a...