项目作者: aplomb08

项目描述 :
Fetch covid19 data from worldometers
高级语言: Python
项目地址: git://github.com/aplomb08/covid19-data.git
创建时间: 2020-04-25T10:48:44Z
项目社区:https://github.com/aplomb08/covid19-data

开源协议:

下载


Fetch-Covid19-Data

Fetch covid19 data from worldometers.

About Output

Script create data folder which contain-

  1. csv file - List of countries and its url.
  2. date named folder - Contain csv file for each country.
    1. Each csv has file date, daily cases, total cases, daily deaths, total deaths, active cases.
    2. Note- For some countries, some fields are not availabe.

Steps to run script

  1. Create a folder name with name ‘data’.
  2. Run only get_country_list() to generate country list and its link.
    Note- run only for one time.
  3. Comment get_country_list() function.
  4. Run restof the code.