Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이나경
/
time_table
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-07 23:45:21 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f184a7ca54ad3ba5983684d485f843bc2ee9697a
f184a7ca
1 parent
7d74ce4a
Delete personal data
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
chatbot.js
chatbot.js
View file @
f184a7c
var
express
=
require
(
'express'
);
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
const
TOKEN
=
'
ymSHuQ8buLQKs3fgTQcUIMVHfnsGgZEbeTsLIzfRRrwKbZ5Kh0FvfqPmMLQ1EWYLgRQaX8ejC2ir3aaNTTLQIPGM8o3Q8GoSE0V4FiedWNT1t198m84paR5Q3lKPTzCm/SjPLpXJpf0T7u3+c0TkBgdB04t89/1O/w1cDnyilFU=
'
const
TOKEN
=
''
const
fs
=
require
(
'fs'
);
const
path
=
require
(
'path'
);
const
HTTPS
=
require
(
'https'
);
const
domain
=
"
2019102146.osschatbot2022.tk
"
const
domain
=
""
const
sslport
=
23023
;
const
bodyParser
=
require
(
'body-parser'
);
...
...
Please
register
or
login
to post a comment