Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Chat_Bot
/
KaKao_ChatBot
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
윤준현
2018-12-05 21:22:52 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
0f6664f272c4f029b47429b11f991400ee648ebb
0f6664f2
2 parents
042e291c
969bd8ae
Merge branch 'addKorean'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
app.js
app.js
View file @
0f6664f
...
...
@@ -84,7 +84,7 @@ app.post('/message', function(req,res){
callback
(
null
,
yonezu
)
});
}
else
if
(
singer
==
'yorusika'
){
else
if
(
singer
==
'yorusika'
){
crawlYorusika
.
crawl_yorusika
(
'http://yorushika.com/discography/'
,
function
(
yorusika
){
callback
(
null
,
yorusika
);
});
...
...
@@ -107,7 +107,6 @@ app.post('/message', function(req,res){
},
// 사용자의 msg를 받아 res를 보냄 //
function
(
discography
,
callback
){
var
index
;
if
(
msg
[
1
]
!=
'.'
){
...
...
@@ -234,7 +233,7 @@ app.post('/message', function(req,res){
case
'ヨルシカ'
:
send
=
{
'message'
:
{
'text'
:
'
개요
: 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)'
,
'text'
:
'
설명
: 2인조 밴드\n멤버 : n-buna, suis \n역할 : 작사, 작곡, 편곡 - n-buna\n 보컬 - suis\n서포트 멤버 : \n 下鶴光康(Guitar)\n キタニタツヤ(Bass)\n Masack(Drums)'
,
'photo'
:
{
'url'
:
'http://yorushika.com/wp-content/uploads/2018/05/biography_image2.jpg'
,
'width'
:
1000
,
...
...
Please
register
or
login
to post a comment