Toggle navigation
Toggle navigation
This project
Loading...
Sign in
윤성배
/
chatbot_for_PsychologicalTest
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-12-10 02:12:27 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bcb07f1646888d17d5465f1743123c4c63e5862a
bcb07f16
1 parent
b9a671fd
token changed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
bcb07f1
var
express
=
require
(
'express'
);
const
request
=
require
(
'request'
);
const
TARGET_URL
=
'https://api.line.me/v2/bot/message/reply'
const
TOKEN
=
'
rqZYufny8jqziXvpdrovk6Ot5B3Ia8xm42g+jQecXtgL7M35KJVmS8Y5mIP/yETRyGJpKKEVmWkTQUQcHOfKL083D6SqgZIViOuQ8EQHRxzmJkgGHcfYLBeK7Nadc1kaqAd+3wzLATBryaIgBBAwS
QdB04t89/1O/w1cDnyilFU='
const
TOKEN
=
'
femdVKgBP5AnhQ8aW6Q7I/wQeC2sPoTovRQiaVSMXnbGztImhOtK7q303LV3OFdua9c618XN6cyWVeh5CqL/ItLavtPYbO64FAX8GJZwcS2HpPPFRBmlqZbchKlKAB6NSb1+QZKzOPwMurZpv7wBw
QdB04t89/1O/w1cDnyilFU='
const
Question_URL
=
'https://inspct.career.go.kr/openapi/test/questions?apikey=8f65744f11f9b7e8fc2b7c28617e9d09&q=6'
const
Result_URL
=
'https://inspct.career.go.kr/openapi/test/report'
const
fs
=
require
(
'fs'
);
...
...
Please
register
or
login
to post a comment