howardwang15 / elasticsearch-nba

Elasticsearch cluster for searching and filtering NBA players
0 stars 0 forks source link

Migrate scraper to Golang and migrate to basketball-reference #1

Closed howardwang15 closed 3 years ago

howardwang15 commented 3 years ago

Description

Currently, the scraper uses Python and Selenium to scrape ESPN's NBA data. Since this project is meant to gain familiarity with Go, it makes sense to write the scraper in Go as well. Another task in this ticket is to migrate scraping from ESPN to basketball-reference since they keep many more statistics and have more players in their tables.

Tasks