Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김영곤
/
LINEBOT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
정세호
2020-12-04 10:12:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3ebe01955916a00f9e33f2cd02ab7d1892d538aa
3ebe0195
1 parent
5994fec1
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
README.md
README.md
View file @
3ebe019
...
...
@@ -24,28 +24,39 @@ mother project : kakaoBot<br>
# :speaker:소개
---기존에 구현된 챗봇에 amazon comprehend api를 도입해 감성분석 기능을 추가한다.
사용자가 text를 전송할 경우 text에서 major한 감정을 추출하여 reply한다.
---사용 API
1. aws comprehend api
2. line notify,messenger api
# :bookmark:기본세팅
---WHAT WE NEED:
line messanger api channel token
aws access,access-secret token
---사용언어 : java script
# :floppy_disk:빌드 방법
--- 0. npm install
1. npm install aws-sdk
2. aws configure
->aws access key, secret key 입력
->region: us-east-1
# :book:사용 방법
---(temp)
1. send message
2. it will return your sentiment
---
...
...
Please
register
or
login
to post a comment