BruceJohnJennerLawso / scrap

Hockey stats analysis done by scraping the data to a csv file, then processing/analyzing them with more python.
3 stars 0 forks source link

Populate uwaterloo emails per team from the team emails page in the strobe user panel #128

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

Very similar to how the selenium scraper for IMLeagues works, need to use a selenium instance to get past login & start pulling data for the uw email addresses (used for unique identifiers), open each existing csv file and input the email address. Hardest part will probably be overwriting the player data table without accidentally damaging the tables consistency.

BruceJohnJennerLawso commented 7 years ago

The raw data is now collected as of f477eeec5886e9e2bd41cb848f9bd661b33bae5d, still needs to be processed into the main csvs as outlined in #141 before I will consider this fully closed.