Skip to content

Django project to scrape, store, query and display stats for the NBA

Notifications You must be signed in to change notification settings

jessecarter111/NBA-Stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA-Stats

Django project to scrape, store, query and display stats for the NBA

To populate the DB using webscraping run "python3 manage.py populate_db" which executes 2 scripts to populate the teams and players tables by pulling data from https://www.basketball-reference.com/ These scripts can be found in NBA-Stats/NBAStats/playerDB/management/commands/populate_db.py

Otherwise the project can be operated as normal. To access the admin page the username is "admin" and the password is "admin123".

About

Django project to scrape, store, query and display stats for the NBA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages