신일섭

Update README.md

Showing 1 changed file with 21 additions and 1 deletions
......@@ -31,4 +31,24 @@ How to Use
___
라인 기반 챗봇이므로 라인에서 해당 유저를 QR code 친구추가 하면 됩니다.
사용법은 첨부된 pptx 파일에 나와있습니다
\ No newline at end of file
사용법은 첨부된 pptx 파일에 나와있습니다
* 첫 크롤링은 시간이 오래 걸릴 수 있으니 유의해 주세요.
How to INSTALL
==================
해당 프로젝트에 기여하고 싶은 사람을 위한 안내입니다.
___
우선 프로젝트를 git clone 합니다
```
git clone ssh://git@khuhub.khu.ac.kr:12959/2015104185/ShoppingCart.git
```
이후 필요한 npm 모듈을 같은 디렉토리에 설치해 줍니다
```
npm install --save request
npm install --save express
npm install --save lowdb
npm install --save puppeteer
```
네이버 챗봇 api를 사용하기 위해서는 naver developer 에서 api를 발급 받을 필요가 있습니다.
https://developers.line.biz/en/
......