Showing
1 changed file
with
55 additions
and
0 deletions
README.md
0 → 100644
1 | +#코로나 챗봇 (MotherProject : LINEBOT) | ||
2 | + | ||
3 | +기능 : 기존 마더프로젝트의 챗봇과 공공데이터포털의 보건복지부_코로나19 감염_현황API을 활용하여 | ||
4 | +코로나19감염증으로 인한 일별 확진자, 완치자, 치료중인 환자, 사망자등에 대한 현황자료를 챗봇으로 확인합니다. | ||
5 | + | ||
6 | + | ||
7 | +##USED API LIST : | ||
8 | + * [LINE Messaging API][naver] | ||
9 | +[naver]: https://developers.line.biz/en/ | ||
10 | + * [공공데이터포털 Covid19 API][OpenAPI] | ||
11 | +[OpenAPI]: https://data.go.kr/data/15043376/openapi.do/ | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | +##개발 환경 및 도구 : | ||
16 | + * Ubuntu Server 18.04 LTS | ||
17 | + * Windows 10 | ||
18 | + * Ubuntu 16.04.7 | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | +##설치방법 : | ||
24 | + 개발환경 설정이 끝나는 대로 추가예정 | ||
25 | + (aws구축이 불가능한 문제가 있음) | ||
26 | + | ||
27 | +##주요 기능 및 명령어 | ||
28 | + | ||
29 | + 개발환경 설정이 끝나는대로 추가예정 | ||
30 | + (aws구축이 불가능한 문제가 있음) | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | +##Author : | ||
35 | + 곽원석 <rhkrdnjstjr1@khu.ac.kr> | ||
36 | + | ||
37 | + | ||
38 | +License | ||
39 | +The MIT License (MIT) | ||
40 | +Copyright (c) 2020 곽원석 | ||
41 | +Permission is hereby granted, free of charge, to any person obtaining a copy | ||
42 | +of this software and associated documentation files (the "Software"), to deal | ||
43 | +in the Software without restriction, including without limitation the rights | ||
44 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
45 | +copies of the Software, and to permit persons to whom the Software is | ||
46 | +furnished to do so, subject to the following conditions: | ||
47 | +The above copyright notice and this permission notice shall be included in all | ||
48 | +copies or substantial portions of the Software. | ||
49 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
50 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
51 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
52 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
53 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
54 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
55 | +SOFTWARE. | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment