Skip to content

Given user input for team name keyword & season, show the top 3 NHL players that scored the most points for that given team & season

Notifications You must be signed in to change notification settings

priscilla-arinze/Leading-NHL-Player-Points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Leading NHL Player Points

Python project inspired by tutorial exercise

  • Uses BeautifulSoup library for web scraping
  • Uses regular expressions ('re' library) for keyword matching

TO-DO:

  • Mapping/matching team abbreviation dictionary keys to user input (abbreviations only & static season for now)
    • DONE: Functions have been updated to allow for user input for both season and team name abbreviations

  • Based on above, update functions to be applicable for all NHL teams
    • KINDA DONE: only accounts for the teams that appear on the Covers.com stats page for now, need to do more research for stats for ALL teams

  • DATA VALIDATION:
    • Add condition to check if table of data is null or not (e.g. if the season hasn't started yet)
    • User input for season
    • Case-sensitive for team abbreviation?

  • Once above finally works, allow varied user input (e.g. "ranger", "arizona", etc.) + use list of team name abbreviations & regex to determine which team the user is referring to

  • Once everything is functional, consider adding it to website portfolio (scrape for more details/image of players based on player last name & team)

About

Given user input for team name keyword & season, show the top 3 NHL players that scored the most points for that given team & season

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published