Skip to content

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites

License

Notifications You must be signed in to change notification settings

corey-Robinson1337/pydfs-lineup-optimizer

This branch is 3 commits ahead of DimaKudosh/pydfs-lineup-optimizer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

04e518a · Sep 7, 2022
Sep 27, 2021
Sep 7, 2022
Sep 25, 2021
Jan 6, 2019
Sep 26, 2021
Sep 27, 2021
Sep 27, 2021
Mar 19, 2017
Sep 27, 2021
Sep 26, 2021
Sep 27, 2021
Jul 8, 2021
Jan 9, 2021
Sep 27, 2021

Repository files navigation

PYDFS-LINEUP-OPTIMIZER Build StatusCoverage Status

pydfs-lineup-optimizer is a tool for creating optimal lineups for daily fantasy sport.

Installation

To install pydfs-lineup-optimizer, simply run:

$ pip install pydfs-lineup-optimizer

Support

Now it supports following dfs sites:

League DraftKings FanDuel FantasyDraft Yahoo FanBall DraftKings Captain Mode FanDuel Single Game DraftKings Tiers
NFL + + + + + + + +
NBA + + + + - + + +
NHL + + + + - + + +
MLB + + + + - + + +
WNBA + + - - - + - -
Golf + + + + - - - -
Soccer + - - + - + - -
CFL + - - - - - - -
CFB + - - - - - - -
LOL - + - - - + + -
MMA + + - - - - - -
NASCAR + + - - - - - -
Tennis + - - - - - - -
CSGO + - - - - - - -

Documentation

Documentation is available at https://pydfs-lineup-optimizer.readthedocs.io/en/latest

Example

Here is an example for evaluating optimal lineup for Yahoo fantasy NBA. It loads players list from "yahoo-NBA.csv" and select 10 best lineups.

from pydfs_lineup_optimizer import Site, Sport, get_optimizer


optimizer = get_optimizer(Site.YAHOO, Sport.BASKETBALL)
optimizer.load_players_from_csv("yahoo-NBA.csv")
for lineup in optimizer.optimize(10):
    print(lineup)

About

Daily Fantasy Sports lineup optimzer for all popular daily fantasy sports sites

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%