Skip to content

bzg/covid19-fr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrap and publish COVID-19 data

This repository scraps COVID-19 data from Santé Publique France daily updates then publishes accumulated data on data.gouv.fr.

The resulting csv file can be directly downloaded from data.gouv.fr.

Quick start

You will need the JVM 8 or 11 and the Clojure CLI tools.

~$ sudo apt install clojure
~$ git clone https://github.com/bzg/covid19-fr.git
~$ cd covid19-fr/
~$ clj -m core

You can also create a jar like this:

~$ clj -A:jar

Then run it:

~$ java -cp covid19.jar clojure.main -m core

To publish the resulting csv file as a resource on the data.gouv.fr dataset, you need curl and a DATAGOUV_API_KEY environment variable.

License

2020 Bastien Guerry.

This application is published under the EPL 2.0 license.

About

Collect information from Santé Publique France and upload it to data.gouv.fr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published