Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Ubuntu
2020-06-21 16:00:47 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1e65156ac7a2eb27453fc7515060f4c0d9dcf3e
f1e65156
1 parent
b3be424c
형식: domain, token, url을 customize할 수 있도록 비워둠
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
app.js
app.js
View file @
f1e6515
...
...
@@ -4,14 +4,14 @@ const app = express();
const
axios
=
require
(
'axios'
);
const
cheerio
=
require
(
'cheerio'
);
const
url
=
'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=135'
;
const
url
=
'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=135'
;
// ***url of Other player (if you want)***
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
;
const
TOKEN
=
'ihoYpWsdObaqmCnQ7nqwBfSGiLV4v3OZSqccIK9osz9y9pOMiKgEpmJ8fHiiBT0rF5wZoa2bRGTQjZ7al4yseviaYPsROO4nyiygZi8lvW2xcD6yakxXZ91eNmzz8e6fQ32IPZ577Iagx/kEQ/UMgAdB04t89/1O/w1cDnyilFU='
;
const
TOKEN
=
""
;
// ***Your Channel Access Token***
const
path
=
require
(
'path'
);
const
HTTPS
=
require
(
'https'
);
const
domain
=
"
www.sekechatbot.tk"
const
domain
=
"
"
;
// ***Your Domain***
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
...
...
Please
register
or
login
to post a comment