New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

espn-play-by-play-scraper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

espn-play-by-play-scraper

Export play by play data for an NFL game to CSV

  • 1.1.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Installation

npm install -g espn-play-by-play-scraper

Usage

Stats

  • Go to (http://www.espn.com/nfl/scoreboard) and navigate to the team stats of the game you want to get the CSV for.
  • Find the gameId field in the url
  • Scrape the data: scrape-stats <GAME-ID>
  • The CSV file will be placed in the current directory as <GAME-ID>-stats.csv

Play by play (TODO)

  • Go to (http://www.espn.com/nfl/scoreboard) and navigate to the play by play of the game you want to get the CSV for.
  • Find the gameId field in the url
  • Scrape the data: scrape-plays <GAME-ID>
  • The CSV file will be placed in the current directory as <GAME-ID>-play-by-play.csv

FAQs

Package last updated on 09 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc