Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement all scrapers (game, players, and player data) #10

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

skyeslattery
Copy link

Overview

Implemented scrapers for player stats, player data (name, position, etc.), and upcoming games, using JSoup.

Changes Made

Ashley:

  • Implemented GamaDataScraper to scrape relevant information about upcoming games like location, date, opposing team, etc.
  • Created GameData
    Joshua:
  • Implemented PlayerStatsScraper to scrape player statistics (FG, Rebounds, etc)
  • Updated PlayerDataRepo interface
  • Replaced PopulatePlayerData with running PlayerStatsScraper in Application.java
    Skye:
  • Implemented PlayerDataScraper to scrape information about all players' personal info (height, weight, hometown, position, etc.)
  • Updated Application.java to use scraper

Test Coverage

Tested locally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants