Coder Social home page Coder Social logo

ncaa-scraper-js's Introduction

Node NCAA scraper

Scrape and output NCAA Mens Basketball information.

How to use locally

First, clone the repo from github and install dependencies through npm.

git clone https://github.com/bricksroo/ncaa-scraper-js.git
cd ncaa-scraper-js
npm i

Scores - scores.js

Get games for either a single date or week of the season.

Date scores

--date, -d: get games for a single date (YYYYMMDD format).

Example: node scores.js -d=20171122

Week scores

--week, -w: get games for a given week of the season.

Example: node scores.js -w=14

The scores.js file will output a comma separated list to the console in the following form

Date, Time, Away Team, Away Score, Home Team, Home Score
  • Games are ordered first by rank and then by start time.
  • Scores are only given in output if the game is final. Otherwise the score is left blank.

AP Rankings - ranks.js

--week, -w: Get AP Rankings for either a week of the season.

Example: node ranks.js -w=4

The ranks.js file will output a comma separated list to the console in the following form

Team, Points, First Place Votes, Record, Previous
  • A new line gap separates top 25 teams from "Others receiving votes" teams

To-Do

  • Make season adjustable in week scores request. Currently hard-coded to 2018.

ncaa-scraper-js's People

Contributors

bricksroo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.