Skip to content

Python scraper built to get statistics from mlssoccer.com

Notifications You must be signed in to change notification settings

jackdepaula/mls-stats-scraper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

MLS Statistics Scraper

Simple web scraper built to crawl through Major League Soccer statistics available from mlssoccer.com and write to text files for analysis.

Usage

Copy mlsstatsscraper.py to preferred directory and update OUTPUT_DIR parameter to the location you want the text files written.

To run: python mlsstatsscraper.py

Dependencies

  • requests
  • BeautifulSoup
  • pandas

Future Plans

  • Allow user to specify initialized values.
  • Scrape player profiles for features like age, birthplace, nationality, etc.

About

Python scraper built to get statistics from mlssoccer.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%