Toggle navigation
Toggle navigation
This project
Loading...
Sign in
신지원
/
LineMusicChatbot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
엄성진
2021-05-24 03:50:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8abb11e7e225a3bbc17ca016079efb166d58a59e
8abb11e7
1 parent
6aa72b2f
description changed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
3 deletions
README.md
README.md
View file @
8abb11e
# mother project : kakaoBot<br>
최근 수정: 2018/12/01
<br>
추가기능 : 파파고 api를 이용한 카카오톡에서 전송한 사진 속 글자 인식및 번역
# mother project : LINEBOT
라인봇 api를 활용하여 사용자에게 적절한 음악을 추천해 줍니다.
## 설치하기
```
bash
npm install
```
모든 모듈이 해당 프로젝트 디렉토리에 다운로드됩니다.
## 주의사항 1
index.js에 channelAccessToken와 channelSecret의 값을 자신의 api에 대한 값으로 변경시킵니다.
(계정 하나를 정해 통합 예정)
## 주의사항 2
현재 무료 ngrok를 사용하여 부득이하게 IP주소가 계속 바뀝니다.
DEBUG CONSOLE에서
```
bash
It seems that BASE_URL is not set. Connecting to ngrok...
listening on https://
*************
.ngrok.io/callback
```
이 출력될때 https://
************
*
.ngrok.io/callback 을 복사하여 라인의 웹훅 URL로 변경하시기 바랍니다.
(aws를 이용하여 웹훅 URL을 대체할 예정)
\ No newline at end of file
...
...
Please
register
or
login
to post a comment