Fantasy Premier League module for data scraping
Use pip to install the required modules
pip install -r requirements.txt
To get a list of available functions in the module run the following commands:
import FPyL
help(FPyL)
This will bring up the list of relative URLs and the docstring for each function.
MyFixtures.py will print a table of your players and their upcoming fixtures color-coded for difficulty.
Example:
MyFixtures.py --email [email protected] --password FPLpassword
or
MyFixtures.py -e [email protected] -p FPLpassword
Example output: