/fpl-analyser

Analysing the Fantasy Premier League game

Primary LanguagePythonMIT LicenseMIT

FPL Analyzer

A Project to learn Pandas and to visualize FPL data

Installation

Clone the project and put your league ID in the .env file From root directory of the project, run python3 -m fplanalyzer.visualization -g(gameweek)

Deployment

Unnecessary?

Tests

From root directory of the project, run python3 -m fplanalyzer.tests.tests

Acknowledgements

Got the code to call FPL's API from spinach's project

TODO

Create more visualizations Create a proper entry point for the project? More tests if necessary Implement contexts when making a call to the FPL API