Skip to content

wang0618/pywebio-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyWebIO Dashboard

View dashboard on https://wang0618.github.io/pywebio-dashboard/

This repo uses this github actions to update data periodically, and publish updated data via github page in web branch.

Data update in local environment

  1. Follow this to creating a personal access token of Github (only need repo permissions)

  2. Install dependencies and run data update script:

pip install -r requirements.txt

GH_USER=<your github username> GH_TOKEN=<your github access token> python update.py