All Projects → antoniaelek → fantasy-premier-league

antoniaelek / fantasy-premier-league

Licence: other
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to fantasy-premier-league

fplscrapR
This package enables those interested in Fantasy Premier League to perform detailed data analysis of the game, using the FPL's JSON API. The fplscrapR functions help R users collect and parse data from the Official Fantasy Premier League website.
Stars: ✭ 64 (+106.45%)
Mutual labels:  football, fpl, fantasy-premier-league
FPLbot
A bot made for /r/FantasyPL
Stars: ✭ 54 (+74.19%)
Mutual labels:  football, fpl, fantasy-premier-league
python-data-visualization
Curated Python Notebooks for Data Visualization
Stars: ✭ 22 (-29.03%)
Mutual labels:  plotly, visualizations
FPL-Analytics
Data analysis and visualizations using official APIs of Fantasy Premier League (https://fantasy.premierleague.com/)
Stars: ✭ 13 (-58.06%)
Mutual labels:  plotly, fantasy-premier-league
fplbot
🤖 Chatbot for Fantasy Premier League (Slack/Discord)
Stars: ✭ 14 (-54.84%)
Mutual labels:  fpl, fantasy-premier-league
Plotly Offline Python
This repository provide tutorials regarding using Plotly offline package in python.
Stars: ✭ 61 (+96.77%)
Mutual labels:  plotly, data-visualisation
Corpuscles.jl
Julia package for particle physics
Stars: ✭ 25 (-19.35%)
Mutual labels:  analysis
rocket-league-replay-analysis
UNMAINTAINED - Creating videos for Analyzing Rocket League Replays (https://gitlab.com/enzanki_ars/rocket-league-replay-analysis)
Stars: ✭ 24 (-22.58%)
Mutual labels:  analysis
Qimai AppData
🌈Qimai爬取七麦数据网APP榜单数据
Stars: ✭ 114 (+267.74%)
Mutual labels:  analysis
dash-flask-login
A plugin to integrate Dash and Flask-Login
Stars: ✭ 54 (+74.19%)
Mutual labels:  plotly
sports.py
A simple Python package to gather live sports scores
Stars: ✭ 51 (+64.52%)
Mutual labels:  football
Time-Series-Forecasting
Rainfall analysis of Maharashtra - Season/Month wise forecasting. Different methods have been used. The main goal of this project is to increase the performance of forecasted results during rainy seasons.
Stars: ✭ 27 (-12.9%)
Mutual labels:  analysis
trucking-labor-analysis
An economic analysis of the potential effects on the trucking labor market from self-driving trucks.
Stars: ✭ 30 (-3.23%)
Mutual labels:  analysis
sportyR
R package for drawing regulation playing surfaces for several sports
Stars: ✭ 84 (+170.97%)
Mutual labels:  football
dashblocks-template
Dashblocks Vue Material Admin Template
Stars: ✭ 143 (+361.29%)
Mutual labels:  plotly
Samples-JS-PHP
JavaScript and PHP samples for Stimulsoft Reports.PHP reporting tool.
Stars: ✭ 17 (-45.16%)
Mutual labels:  analysis
analysis-backend
Server component of Conveyal Analysis
Stars: ✭ 22 (-29.03%)
Mutual labels:  analysis
github-analysis-2019
An analysis of GitHub 2019, for study purpose
Stars: ✭ 22 (-29.03%)
Mutual labels:  analysis
espana
Free open public domain football data (football.db) for España (Spain) / Europe - Primera División / La Liga, etc.
Stars: ✭ 64 (+106.45%)
Mutual labels:  football
ENIGMA
The ENIGMA Toolbox is an open-source repository for accessing 100+ ENIGMA statistical maps, visualizing cortical and subcortical surface data, and relating neuroimaging findings to micro- and macroscale brain organization. 🤠
Stars: ✭ 66 (+112.9%)
Mutual labels:  analysis

Fantasy Premier League Stats, Visualizations & Analysis

Features

  • Top Managers' Picks Analysis
  • Value vs Cost Analysis
  • Player Position Analysis
    • Goalkeepers ranked by achievements and errors
    • Defenders ranked by achievements and errors
    • Midfielders ranked by achievements and errors
    • Forwards ranked by achievements and errors

Getting started

Clone the repository and submodules

git clone --recurse-submodules https://github.com/antoniaelek/fantasy-premier-league.git

Setup python environment

cd ./fantasy-premier-league
mkdir env
py -m venv ./env
./env/Scripts/activate
pip install -r requirements.txt

Create .env file in repository root with the following contents (replace [CHANGEME] placeholder with your own values)

CHARTS_API_KEY=[CHANGEME]
CHARTS_USER=[CHANGEME]

Updating submodules

git submodule foreach git checkout master
git submodule foreach git pull origin master

Acknowledgements

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].