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 01:10:20 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e59b80fb3f18b60cea7161753ca470278ffca487
e59b80fb
1 parent
54f65f7b
Update README.md Ver.11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
README.md
README.md
View file @
e59b80f
...
...
@@ -57,7 +57,8 @@ __user__
```
npm install
```
3.
Put your secret API KEY in
`.env`
If you have not installed dotenv module, enter the following command to install.
3.
Put your secret API KEY in
`.env`
If you have not installed dotenv module, enter the following command to install.
```
npm install dotenv
```
...
...
@@ -66,9 +67,9 @@ __user__
__developer__
1.
카카오 채널 생성 및 OBT 신청하기
2.
채널 설정
a) 스킬 생성 : routing이 되는 url 입력
b) 블록 생성하여 스킬과 연결
c)
봇 응답 - 스킬데이터 사용 선택
-
스킬 생성 : routing이 되는 url 입력
-
블록 생성하여 스킬과 연결
-
봇 응답 - 스킬데이터 사용 선택
3.
git clone
4.
디렉토리에 있는 app.js에서 각 route마다 다음으로 연결될 블록 ID 입력
사용자 발화시 UserRequest.blockid나
...
...
@@ -93,7 +94,7 @@ __developer__
<img
src=
"hello.jpg"
width=
"300px"
height=
"300px"
></img><br/>
*
전송된 메시지에서 "MBTI 테스트 시작하기" 버튼을 터치하면 MBTI 테스트를 진행할 수 있습니다.
<img
src=
"test.jpg"
width=
"300px"
height=
"
3
00px"
></img><br/>
<img
src=
"test.jpg"
width=
"300px"
height=
"
4
00px"
></img><br/>
*
20개의 질문에 모두 응답을 하면 MBTI 결과가 나타납니다. 본인의 MBTI 관련 게시물들도 확인할 수 있으니 구경해 보세요!
<img
src=
"result.jpg"
width=
"300px"
height=
"300px"
></img><br/>
...
...
Please
register
or
login
to post a comment