I just released version 1.5.0 of a new Python library called leeger.
This library allows you to take data from an existing fantasy football league and get instant stats from that league into either a Python script or an Excel spreadsheet.
This library supports multiple fantasy sites AND manual league data input.
The main idea behind this library is:
1. Load stats into a League object
2. Pass this League object into various library methods to extract stats
This currently supports the following fantasy sites for instant league loading:
1 comment
[ 0.22 ms ] story [ 17.4 ms ] threadThis library allows you to take data from an existing fantasy football league and get instant stats from that league into either a Python script or an Excel spreadsheet.
This library supports multiple fantasy sites AND manual league data input.
The main idea behind this library is:
1. Load stats into a League object
2. Pass this League object into various library methods to extract stats
This currently supports the following fantasy sites for instant league loading:
- ESPN
- MyFantasyLeague
- Sleeper
- Yahoo
Any feedback is appreciated!