Skip to content

Tools to pull and display information with espn_api.basketball in python

Notifications You must be signed in to change notification settings

gporceng/NBA-Fantasy-Tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPN Fantasy Tools

A comprehensive toolkit leveraging the espn-api by cwendt94 for advanced ESPN Fantasy League analytics and insights.

Requirements

To use ESPN Fantasy Tools, you need to have the following packages installed:

pip install matplotlib pip install espn_api pip install ipywidgets pip install IPython

Setting Up Your League

from espn_api.basketball import League league = League(league_id=509828671, year=2024, espn_s2='ESPN_S2', swid='{SWID}')

league_id and year can be found in the URL of your fantasy league. ESPN_S2 and SWID are available in the stored cookies on the league page.

Features

Statistical Analysis: Dive deep into your league's performance with extensive statistical tools. Interactive Visualizations: Utilize interactive charts and graphs for better strategizing. Customizable Reports: Generate detailed reports tailored to your league's specific needs.

Contributing

Contributions to ESPN Fantasy Tools are welcome! If you have suggestions or improvements, feel free to fork the repository and submit a pull request.

License

This project is licensed under MIT License - see the LICENSE file for details. This README provides a clear, concise, and professional introduction to your project. It includes installation instructions, setup guidelines, feature highlights, contribution encouragements, and licensing information. Adjust the "Features" section according to the actual capabilities of your tools. Remember to add an actual LICENSE file if you mention it in the README.

About

Tools to pull and display information with espn_api.basketball in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published