Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 457 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 457 Bytes

My first homemade Web scraper

Everything you need to know about this repo is in this document.

Basically, it is a walkthrough of solving a fairly small scraping problem: How can I get six items of data about every player in Major League Soccer? There are just over 500 players, so that's why it's a "fairly small" scraping problem.

This is a model for students who are embarking on their first solo scraping project.