Fpl
An asynchronous Python wrapper for the Fantasy Premier League API.
Install / Use
/learn @amosbastian/FplREADME
Join the Discord server or submit an issue for help and / or suggestions!
Installing fpl
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 .
Contributing
- Fork the repository on GitHub.
- Create a
credentials.cfgfile with your FPL login and password (see example). - Run the tests with
pytest tests/to confirm they all pass on your system. If the tests fail, then try and find out why this is happening. If you aren't able to do this yourself, then don't hesitate to either create an issue on GitHub, contact me on Discord or send an email to amosbastian@gmail.com. - Either create your feature and then write tests for it, or do this the other way around.
- Run all tests again with with
pytest tests/to confirm that everything still passes, including your newly added test(s). - Create a pull request for the main repository's
masterbranch.
For more information on how to contribute to fpl see the contributing guide.
Documentation
Documentation and examples for fpl can be found at http://fpl.readthedocs.io/en/latest/.
Related Skills
node-connect
340.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
340.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.1kCommit, push, and open a PR
