Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 433 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 433 Bytes

Basketball Reference Scraper

  • A web scraping tool designed specifically for extracting basketball player data from Basketball Reference (https://www.basketball-reference.com).
  • Developed using Go, leveraging the powerful Colly library to efficiently navigate and scrape data from the web pages.
  • Outputs scraped data in JSON format (players.json and players-playoffs.json), making it easy to integrate with other applications