Toggle navigation
Toggle navigation
This project
Loading...
Sign in
백승욱
/
movie-reco-chatbot
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
백승욱
2022-06-17 20:10:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e13ceb0adcc3baab1fdee306d5a3726d8cb2d91
6e13ceb0
1 parent
59e57c62
Modift README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
README.md
README.md
View file @
6e13ceb
...
...
@@ -19,9 +19,10 @@
*
[
LINE Messaging API
](
https://developers.line.biz/en/services/messaging-api/
)
##
Installation
##
직접 서버에서 운영하는 방법
1.
[
영화진흥위원회 API
](
https://www.kobis.or.kr/kobisopenapi/homepg/main/main.do
)
에서 무료 API 키를 발급 받습니다.
2.
리포지토리를 클론합니다.
`git clone http://khuhub.khu.ac.kr/2018104006/movie-reco-chatbot.git`
...
...
@@ -33,20 +34,21 @@
4.
`config.json`
파일 안에 발급받은 API 키를 추가합니다.
`"KOFIC_KEY" : "Insert user key value";`
5.
라인 어플리케이션에서 챗봇을 친구로 추가합니다.
5.
`config.json`
파일 안에 아마존 AWS 발급받은 domain을 추가합니다.
`"KOFIC_KEY" : "Insert user key value";`
`"domain" : "Insert your domain"`
<!-- USAGE EXAMPLES -->
## 챗봇 사용 방법
라인 어플리케이션에서 챗봇을 친구로 추가하여 사용할 수 있습니다.
`Chatbot ID : @093sjoog`
<div
align=
"center"
><img
src=
"./images/QRcode.png"
width=
"20%"
height=
"20%"
></div>
<!-- USAGE EXAMPLES -->
## Usage
다음 명령을 입력하여 프로그램을 실행합니다.
npm start
1.
최신 영화 추천 받기
어제 날짜를 기준으로 최신 영화를 추천 받습니다.
2.
장르별 영화 추천 받기
...
...
Please
register
or
login
to post a comment