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

Scrape IML player cards to raw & beautify #139

Open BruceJohnJennerLawso opened 7 years ago

BruceJohnJennerLawso commented 7 years ago

IMLeagues has a player card available for every member, ie

https://www.imleagues.com/Members/player_card.aspx?player=9c5c2ae886bc47f383f5fda210468fa6

So just roll the set of unique playerIds in the entire database and save the player cards raw as of whenever this is. Decomposing the basic player info should be easy enough.