Toggle navigation
Toggle navigation
This project
Loading...
Sign in
공정훈
/
find_mbti_bot
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
Minkyung Ko
2022-06-08 23:08:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f341085305795a16021cb32c9e221f782e0f46b8
f3410853
1 parent
7f0d9fb6
Update README.md Ver.13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
32 deletions
README.md
README.md
View file @
f341085
...
...
@@ -48,38 +48,33 @@
## Getting Started
__user__
0.
Install Node.js(https://nodejs.org/ko/)
1.
Clone the repo
1.
카카오 채널 생성 및 OBT 신청하기
2.
채널 설정
-
스킬 생성 : routing이 되는 url 입력
-
블록 생성하여 스킬과 연결
-
봇 응답 - 스킬데이터 사용 선택
3.
Clone the repo
```
git clone http://khuhub.khu.ac.kr/2018103692/find_mbti_bot
```
2.
Install NPM packages
4.
디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력
사용자 발화시 req.body.userRequest.block.id나
i.kakao.com의 블록에서 url을 통해 확인할 수 있음
5.
Install Node.js(https://nodejs.org/ko/)
6.
Install NPM packages
```
npm install
```
3
.
Put your secret API KEY in
`.env`
7
.
Put your secret API KEY in
`.env`
This project needs Naver Open API(Client ID, Client Secret) & Kakao API(Kakao REST API Key)
4.
If modules are not installed, enter the following command to install:
8.
If modules are not installed, enter the following command to install:
```
npm install express --save
npm install router
npm install dotenv
```
__developer__
1.
카카오 채널 생성 및 OBT 신청하기
2.
채널 설정
-
스킬 생성 : routing이 되는 url 입력
-
블록 생성하여 스킬과 연결
-
봇 응답 - 스킬데이터 사용 선택
3.
git clone
4.
디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력
사용자 발화시 UserRequest.blockid나
i.kakao.com의 블록에서 url을 통해 확인할 수 있음
5.
배포 및 실행
9.
배포 및 실행
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
@@ -89,23 +84,24 @@ __developer__
<!-- USAGE EXAMPLES -->
## Usage
*
"MBTI 챗봇" 채널을 추가해 주세요.
link:
<http://pf.kakao.com/_jAjtb>
<img
src=
"channel.jpg"
width=
"270px"
height=
"450px"
></img><br/>
*
또는 아래의 qr코드를 스캔하면 챗봇과 바로 채팅을 시작할 수 있습니다.
<img
src=
"qrcode.jpg"
width=
"250px"
height=
"250px"
></img><br/>
*
채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
1.
"MBTI 챗봇" 채널을 추가해 주세요.
-
카카오톡 채널에 "MBTI 챗봇"을 검색해서 채널을 추가할 수 있습니다.
-
또는 하단 챗봇 링크에 접속해서 채널을 추가해 주세요.
link:
<http://pf.kakao.com/_jAjtb>
<img
src=
"channel.jpg"
width=
"270px"
height=
"450px"
></img><br/>
-
아래의 qr코드를 스캔하면 챗봇과 바로 채팅을 시작할 수 있습니다.
<img
src=
"qrcode.jpg"
width=
"250px"
height=
"250px"
></img><br/>
2.
채팅창에 "안녕"을 입력하면 챗봇이 메시지를 전송합니다.
<img
src=
"hello.jpg"
width=
"300px"
height=
"300px"
></img><br/>
*
전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
3.
전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
<img
src=
"test.jpg"
width=
"300px"
height=
"400px"
></img><br/>
*
20개의 질문에 모두 응답을 하면 MBTI 결과가 나타납니다. 본인의 MBTI 관련 게시물들도 확인할 수 있으니 구경해 보세요!
<img
src=
"result.jpg"
width=
"300px"
height=
"350px"
></img><br/>
4.
20개의 질문에 모두 응답을 하면 MBTI 결과가 나타납니다. 본인의 MBTI 관련 게시물들도 확인할 수 있으니 구경해 보세요!
<img
src=
"result
_new
.jpg"
width=
"300px"
height=
"350px"
></img><br/>
*
테스트를 하다가 처음부터 다시 시작하고 싶을 때에는 채팅창에 "테스트 시작하기"를 입력해 주세요.
5.
테스트를 하다가 처음부터 다시 시작하고 싶을 때에는 채팅창에 "테스트 시작하기"를 입력해 주세요.
<p
align=
"right"
>
(
<a
href=
"#top"
>
back to top
</a>
)
</p>
...
...
Please
register
or
login
to post a comment