Name Last Update
code Loading commit data...
image Loading commit data...
readMe.md Loading commit data...

Covid-19 Information Chatbot

코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇

Table of Contents

* About the Project

* Getting Started

* Usage

* Contributing

* Contact

About The Project

  • Line messaging API 기반 코로나 바이러스 감염증-19(COVID-19) 관련 정보 챗봇입니다.
    주 기능은 확진환자의 역학조사가 끝나거나 신규 확진자 발생 시 알림 메세지 전송입니다.

Built With

Getting Started

  1. LINE 설치

  2. 친구 추가

    • QR code

상단의 QR code를 통해 친구추가를 할 수 있습니다.

  • ID
    아이디를 통해 친구추가를 할 수 있습니다. 아이디는 '@453hriym' 입니다.

  1. 정보제공동의
    코로나알리미와의 채팅창에서 정보 제공 동의 진행을 해야합니다.

Installation

  1. Clone the repository

    git clone http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git
    
  2. Install NPM

    npm install request
    npm install express
    npm install axios
    npm install cheerio
    
  3. Enter your information

    const TOKEN = 'Your Token'
    const NAVER_NEWS_ID = 'Your id'
    const NAVER_NEWS_SECRET = 'Your secret'
    const domain = "Your Domain"
    const sslport = Your port;
    

Usage

  • 코로나 알리미에게 사용 방법에 대해 물어보세요. 키워드는 '어떻게'입니다.

  • 국내 현황
    코로나 알리미에게 COVID-19 국내 현황에 대해 물어보세요. 키워드는 '국내'입니다.

  • 관련 뉴스
    코로나 알리미에게 COVID-19 관련 뉴스에 대해 물어보세요. 키워드는 '뉴스'입니다.

  • 확진자 동선 알림 (용인시)
    코로나 알리미가 새로운 확진자의 동선이 사이트에 올라오면 이를 실시간으로 알려줍니다.

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Suchang Jang - sudori1024@khu.ac.kr

Project Link: http://khuhub.khu.ac.kr/2015104213/oss_Termproject_chatbot.git