Skip to content

코로나-19 에 대한 확진/완치/사망 에 대한 국내, 해외 정보를 수집합니다. Data scrapes Covid-19 Confirmed/Cured/Deceases Cases.

License

Notifications You must be signed in to change notification settings

snoop2head/Covid19_Stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid19-Scraper

코로나-19 에 대한 확진/완치/사망 에 대한 한국, 해외 정보를 수집합니다.
Data scrapes Covid-19 Confirmed/Cured/Deceases Cases in Korea and rest of the World.

Contents

  • Time recording is based on UTC (+0900 for KST)
  • 자료 파일의 시간은 UTC 기준입니다.(UTC+0900가 한국기준시 입니다.)
  • covid_dat_kr_region
    • Returns regional status of Covid-19 in South Korea.
    • 코로나 바이러스의 지역적 한국 현황을 보여줍니다.
  • covid_dat_kr_total
    • Returns total status of Covid-19 in South Korea.
    • 코로나 바이러스의 전체적인 한국 현황을 보여줍니다.
  • covid_dat_seoul
    • Returns Seoul's confirmed cases of Covid-19.
    • 서울 시의 확진자 현황을 보여줍니다

Getting Started

Prerequisites

Create a virtual environment.
파이썬 가상환경을 만드세요.

python3 -m venv .covid

Install modules in requirements.txt.

requirements.txt 에 있는 파이썬 모듈을 다운 받으세요.

python3 -m pip install -r requirements.txt

Built With/사용된 파이썬 모듈

Authors

  • Sean Hong(홍성민)
    -현재 군인 현역으로 있는 학생이기 때문에 많이 부족합니다. 보완점을 가르쳐주시면 감사하겠습니다!
    -Any lacking parts in my code are welcome to any suggestions and criticism.

Contributors

Acknowledgments

Any problems please contact me at seanhong2000@gmail.com

About

코로나-19 에 대한 확진/완치/사망 에 대한 국내, 해외 정보를 수집합니다. Data scrapes Covid-19 Confirmed/Cured/Deceases Cases.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 57.1%
  • Python 42.9%