Skip to content

leslieyuan/nba_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nba_dashboard

image

a very simple web show the rank of NBA on regular season.

route / display west.

route /east display east.

use PyVibe

dependencies

install newest Chrome

install ChromeDriver of the same as Chrome version

other python dependents in directory deploy, will auto install when deploy the app.

config

the config file on server/update_config.ini default be like:

[update]
interval=60
chromedriver=/Users/leslieyuan/Downloads/chromedriver_mac64/chromedriver
nba_div_class=Crom_container__C45Ti crom-container

1.interval means how often you want the rank board to update.

2.chromedriver is your server's chromedriver absolutely path.

3.nba_div_class is the website on NBA official when we get the data, it may changed some day.

deploy

unzip the package, run

sh deploy/deploy.sh [debug]

the server will run on 31758 port by default, and the rank_updater server will run on background.

debug

when run

sh deploy/deploy.sh debug

the web app will not run background, but the rank_updater server not.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published