Skip to content

A Python program that uses Scrapy to scrape baseball statistics from https://baseballsavant.mlb.com to use to calculate players that should start improving or getting worse.

Notifications You must be signed in to change notification settings

ianwood103/ians-daily-predictions-spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ians-Player-Predictions-Spider

A Python program that uses Scrapy to scrape baseball statistics from https://baseballsavant.mlb.com to use to calculate players that should start improving or getting worse.

Directions:

  • Install Docker at https://www.docker.com/get-started
  • Run source update.sh in terminal to set up Splash and install dependencies
  • Navigate into Scrapy-Ians-Player-Predictions directory and run scrapy crawl PlayerSpider -o data.json to run spider
  • Check Scrapy-Ians-Player-Predictions directory for data.json, which will hold the output of PlayerSpider.

Other Information:

About

A Python program that uses Scrapy to scrape baseball statistics from https://baseballsavant.mlb.com to use to calculate players that should start improving or getting worse.

Topics

Resources

Stars

Watchers

Forks