Toggle navigation
Toggle navigation
This project
Loading...
Sign in
방승일
/
Stock_Alert_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
EC2 Default User
2022-06-08 16:27:37 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5f74d7e24a76d9fca78836bed79e21dc5cb54bbf
5f74d7e2
1 parent
4cfd2d80
EDIT : app.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
app.js
app.js
View file @
5f74d7e
...
...
@@ -2,15 +2,15 @@ var express = require('express');
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
const
BROAD_TARGET_URL
=
'https://api.line.me/v2/bot/message/broadcast'
const
TOKEN
=
'
Z2sc8dyYuNcGkJmaoWKsZuWW1xRvJIhK8X7ZGA1jyVai7UdHsnriYQ8EdHPP1DICspF8HxxfvqxH9+hePe5y5JUf8OFYC20pSKGVm5ZFUsRn5+f6puVwQ1sirgU3+/+5EUkuCAH4KxRXcZTNRK2sdQdB04t89/1O/w1cDnyilFU='
;
//'
채널 토큰으로 변경'
const
TOKEN
=
'채널 토큰으로 변경'
const
fs
=
require
(
'fs'
);
const
path
=
require
(
'path'
);
const
HTTPS
=
require
(
'https'
);
const
domain
=
"
2017103049.osschatbot2022.ml"
;
//"
도메인 변경"
const
domain
=
"도메인 변경"
const
sslport
=
23023
;
var
client_id
=
'
uiPeCv0BhpI5i0cyMZ5T
'
;
var
client_secret
=
'
c1E9jfG020
'
;
var
client_id
=
'
naver client id
'
;
var
client_secret
=
'
naver client secret
'
;
var
newsOn
=
false
;
var
newsOff
=
true
;
var
headline_max
=
''
;
...
...
Please
register
or
login
to post a comment