Skip to content

Dropper-Lab/covid19-api-document

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

The API document for COVID19 API from Dropper Lab.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published