JacobLee23 / FanGraphs-Export

A library for scraping data off of the FanGraphs webpages.
MIT License
14 stars 1 forks source link

Teams/DepthCharts #24

Closed JacobLee23 closed 3 years ago

JacobLee23 commented 3 years ago

Scraper for the FanGraphs Depth Charts page.

from fangraphs import teams
dcharts = teams.DepthCharts()

Close #23