Ubuntu

형식: domain, token, url을 customize할 수 있도록 비워둠

Showing 1 changed file with 3 additions and 3 deletions
...@@ -4,14 +4,14 @@ const app = express(); ...@@ -4,14 +4,14 @@ const app = express();
4 4
5 const axios = require('axios'); 5 const axios = require('axios');
6 const cheerio = require('cheerio'); 6 const cheerio = require('cheerio');
7 -const url = 'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=135'; 7 +const url = 'http://lol.inven.co.kr/dataninfo/proteam/progamer.php?code=135';// ***url of Other player (if you want)***
8 8
9 const request = require('request'); 9 const request = require('request');
10 const TARGET_URL = 'https://api.line.me/v2/bot/message/reply'; 10 const TARGET_URL = 'https://api.line.me/v2/bot/message/reply';
11 -const TOKEN = 'ihoYpWsdObaqmCnQ7nqwBfSGiLV4v3OZSqccIK9osz9y9pOMiKgEpmJ8fHiiBT0rF5wZoa2bRGTQjZ7al4yseviaYPsROO4nyiygZi8lvW2xcD6yakxXZ91eNmzz8e6fQ32IPZ577Iagx/kEQ/UMgAdB04t89/1O/w1cDnyilFU='; 11 +const TOKEN = "";// ***Your Channel Access Token***
12 const path = require('path'); 12 const path = require('path');
13 const HTTPS = require('https'); 13 const HTTPS = require('https');
14 -const domain = "www.sekechatbot.tk" 14 +const domain = "";// ***Your Domain***
15 const sslport = 23023; 15 const sslport = 23023;
16 const bodyParser = require('body-parser'); 16 const bodyParser = require('body-parser');
17 17
......