leej11 / fpl_draft_league

Playing around with Fantasy Premier League Draft data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPL Draft League


This is a hobby project to produce fun data and charts related to the fantasy premier league (FPL) draft game.

Repository Structure

A brief overview of how the repository is structured.

/data

Any data related to the FPL Draft League will be stored here. This is typically json responses from various api calls made to the FPL website.

/fpl_draft_league

This is the package containing the package modules e.g.

  • fpl_draft_league.py
  • head2head
  • league_details

/notebooks

This is for storing example notebooks for illustrating functionality of the package.

Useful Links / Reading

https://www.reddit.com/r/FantasyPL/comments/9rclpj/python_for_fantasy_football_using_the_fpl_api/ http://www.fantasyfutopia.com/python-for-fantasy-football-apis-and-json-data/ https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.merge.html

About

Playing around with Fantasy Premier League Draft data


Languages

Language:Jupyter Notebook 94.2%Language:Python 5.8%