Skip to content

Fantasy Football analysis using the Sleeper FF API and Boris Chen Tiers

License

Notifications You must be signed in to change notification settings

wbollock/sleeperPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sleeperPy

license users

A web application to allow users to easily parse multiple Sleeper Fantasy Football leagues using Boris Chen's tiers (accumulated from all FantasyPros.com experts).

This includes comparisons of the current weeks opponent's tiers, vaguely predicting whether you will win or lose.

If you use Sleeper for fantasy football, try it on my personal website. Only Sleeper Fantasy Football is supported. No ESPN or Yahoo for now.

one team

Features

  • Utilizes the Sleeper API for multiple leagues. Simply enter your Sleeper username, and retrieve all player's associated Boris Chen tiers.
  • Multiple scoring types accounted for, e.g standard, 0.5 PPR and PPR.
  • Shows the current tier of each player, dividing starters and bench.
  • Represents each league in simple HTML tables.
  • Shows the tiers for your current week's opponents, vaguely predicting whether you will win or lose.

Usage

Command Line

python3 sleeperPy.py <username>

Then find your tiers:

cat tiers/tiers_$username.html

Web

Requirements:

  • php 7+
  • python3
  • pip3 - bs4, pymongo (TODO: requirements.txt for easy pip3 installs)
  • mongodb (default database is "sleeperPy", collection "players")
  • mongodb-tools (recommended)

About

Fantasy Football analysis using the Sleeper FF API and Boris Chen Tiers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published