An asynchronous Python wrapper for the Fantasy Premier League API.
A Python wrapper around the Fantasy Premier League API
Join the Discord server or submit an issue for help and / or suggestions!
The recommended way to install fpl is via pip
.
pip install fpl
To install it directly from GitHub you can do the following:
git clone git://github.com/amosbastian/fpl.git
You can also install a .tar file
or .zip file
curl -OL https://github.com/amosbastian/fpl/tarball/master
curl -OL https://github.com/amosbastian/fpl/zipball/master # Windows
Once it has been downloaded you can easily install it using pip
:
cd fpl
pip install .
credentials.cfg
file with your FPL login and password (see example).pytest tests/
to confirm they all pass on your system.pytest tests/
to confirm that everythingmaster
branch.For more information on how to contribute to fpl see the contributing guide.
Documentation and examples for fpl can be found at http://fpl.readthedocs.io/en/latest/.