Skip to content

Latest commit

 

History

History
82 lines (58 loc) · 2.3 KB

README.md

File metadata and controls

82 lines (58 loc) · 2.3 KB

PRs Welcome HitCount GitHub last commit

Korean | English

covid19-api-document

The API document for COVID19 API from Dropper Lab.

Source Code

Crontab Automation

All source codes have to be located in same folder. (In following case, source codes are in home/nulleekh/.)

Crawling Management

Prepare

57 * * * * cd home/nulleekh/ ; python3.6 api-log-custodian.py

Crawling

0 * * * * cd home/nulleekh/ ; python3.6 status_crawler.py ; python3.6 foreign_crawler.py

Check Data

3 * * * * cd home/nulleekh/ ; python3.6 data_checker.py

System Management

Reset Request Count

0 15 * * * cd home/nulleekh/ ; python3.6 requestcount_resetor.py

Patch Note

v1.0.0

  • Initial release

v1.0.1

  • Add Yemen to supported country.
  • Update return field and return example of II.
  • Modify attribute name on III.

v1.0.2

  • Add etc, tajikistan, comoros to supported country.
  • Fix small errors in supported country.

v1.0.3

  • Remove unsupported countries from supported country.

v1.0.4

  • Add description about source code and crontab automation.
  • Add lesotho to supported country.

v1.0.5

  • Reformat README-en_EN.md.

v1.0.6

  • Classificate crontab automation.