csthunes / fantasy-football-project

Project space for a web app enabling the user to play around with NFL football statistics to predict the top fantasy players of the next year.
0 stars 0 forks source link

Automate data scraping, wrangling, and parsing to DB when starting backend #11

Open csthunes opened 1 year ago

csthunes commented 1 year ago

Launching the backend should detect whether python scripts need to be run to rescrape and wrangle the data (for changes almost always related to players switching teams). In this case these changes should be saved to the DB using saveFootballData().