Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신일섭
/
ShoppingCart
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
4
Network
Create a new issue
Commits
Issue Boards
Authored by
신일섭
2020-06-24 22:42:24 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01e3e4e55d567d45d989ba858a84eb0724f7b6c1
01e3e4e5
1 parent
ff2fcda8
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletions
README.md
README.md
View file @
01e3e4e
...
...
@@ -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/
...
...
Please
register
or
login
to post a comment