Wrote a small Python script to scrape covid-19 / coronavirus statistics from worldmeters.info and put them in a json file.
The script downloads all the data (Total cases, New cases, Total deaths, New deaths, Total recovered, Active cases, Critical cases) per country and groups it in a json file for more usability.
You can see the script in action at https://covid19.hamels.be/ (runs every 10 minutes to update) or download it from github and run / host it yourself.
Yes the graph is really basic, just wanted the script to fetch the data and put it in a json š