Skip to content
/ ncov Public

Another 2019-nCoV stats gathering and visualization project

License

Notifications You must be signed in to change notification settings

zmwangx/ncov

Repository files navigation

https://ncov.zhimingwang.org

This is another 2019-nCoV epidemic stats gathering and visualization project. Stats are gathered by consuming daily reports from National Health Commission.

Scraping is currently done semi-automatically with the help of chrome-cli. Unfortunately the NHC website employs strong anti-scraping measures that even the up-to-date puppeteer-extra-plugin-stealth cannot penetrate. In fact, even running puppeteer in non-headless mode and manually browsing the website leads to a 400 block immediately; I'm impressed but not amused.

The frontend is created using Plotly Dash.

Deployment

Google App Engine

The site is currently deployed on GAE. Deployment:

make gcp && cd deploy/gcp && gcloud app deploy && cd ../..

WSGI

app.server is compatible with any WSGI server, e.g. Gunicorn.

About

Another 2019-nCoV stats gathering and visualization project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published