O

OSS-Project

코로나 확진자 수 현황 chatbot

284e7d32 Update README.md · by 곽원석

코로나-19 챗봇

기능 : 기존 마더프로젝트의 챗봇과 공공데이터포털의 보건복지부 코로나19 감염 현황 API를 활용하여
코로나19감염증으로 인한 일별 확진자, 완치자, 치료중인 환자, 사망자등에 대한 현황자료를 챗봇으로 확인합니다.

USED API LIST :

[LINE Messeging API](https://developers.line.biz/en/ "라인API")   

[공공데이터포털 Covid19 API](https://data.go.kr/data/15043376/openapi.do/ "covidAPI")   

개발 환경 및 도구 :

* Ubuntu Server 18.04 LTS   
* Windows 10   
* Ubuntu 20.04 LTS (Focal Fossa)   
* Node.js

사용방법 :

line

Line 앱을 설치 후 QR코드를 사용해 친구 추가를 해주세요!

설치방법 :

구동할 운영체제에서 git clone

   git clone http://khuhub.khu.ac.kr/2014104077/OSS-Project.git   

필요한 모듈들 설치

   npm install --save express   
   npm install --save request   
   npm install --save xml-js   
   npm install --save moment

고유 토큰값 넣기

   SERVICE_KEY = '공공데이터포털에서 받은 키값'
   TOKEN = '라인 API를 등록하면서 얻은 채널의 키값'

주요 기능

### 기능화면

  • /코로나
  • /corona

### 세부기능

  • /확진자
  • /검사진행
  • /사망자
  • /치료중
  • /결과음성
  • /누적검사
  • /누적확진

Author :

곽원석 <rhkrdnjstjr1@khu.ac.kr>

License :

The MIT License (ISC)

Copyright (c) 2020 곽원석
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.