All files / lib index.js

70.54% Statements 182/258
61.49% Branches 107/174
76.36% Functions 42/55
76.99% Lines 164/213

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339  1x 1x 1x     1x   1x 1x   1x 1x 1x     1x 2x               2x   1x 24x 14x 24x   38x 14x     1x 25x 14x 42x   38x 88x 88x 88x 88x 38x 24x       26x 12x 12x 11x 11x 11x   39x 88x 14x     1x 5x   1x 1x 1x 1x 1x 1x 1x 1x 1x             1x   1x   5x 5x 5x 5x 5x   5x 5x   1x   5x 5x   5x 20x   5x 5x   5x 5x 5x 5x 5x 5x   5x 5x 5x 1x 4x 4x   4x 4x   4x           1x 1x                 1x 2x   2x 4x   2x 2x   2x 2x   2x                 1x 2x   1x 1x   1x 3x 1x   1x 1x   1x 1x   1x 1x 1x 1x 1x 1x 1x 1x                   1x                                                       1x 6x   6x 12x   6x       6x   6x 6x   6x 6x 6x         6x                           1x 5x 5x                   17x     17x 12x   17x     5x 17x 7x   17x 5x   17x           5x   1x 18x   1x 5x 5x   1x 11x 11x 11x 11x 11x 125x 125x 125x 120x   11x 11x 11x 11x 11x   11x   1x                         1x 6x 6x   1x   1x  
"use strict";
var __extends = (this && this.__extends) || (function () {
    var extendStatics = function (d, b) {
        extendStatics = Object.setPrototypeOf ||
            ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
            function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
        return extendStatics(d, b);
    };
    return function (d, b) {
        Iif (typeof b !== "function" && b !== null)
            throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
        extendStatics(d, b);
        function __() { this.constructor = d; }
        d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
    };
})();
var __assign = (this && this.__assign) || function () {
    __assign = Object.assign || function(t) {
        for (var s, i = 1, n = arguments.length; i < n; i++) {
            s = arguments[i];
            for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
                t[p] = s[p];
        }
        return t;
    };
    return __assign.apply(this, arguments);
};
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
    function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
    return new (P || (P = Promise))(function (resolve, reject) {
        function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
        function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
        function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
        step((generator = generator.apply(thisArg, _arguments || [])).next());
    });
};
var __generator = (this && this.__generator) || function (thisArg, body) {
    var _ = { label: 0, sent: function() { Iif (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
    return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
    function verb(n) { return function (v) { return step([n, v]); }; }
    function step(op) {
        Iif (f) throw new TypeError("Generator is already executing.");
        while (_) try {
            Iif (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
            Iif (y = 0, t) op = [op[0] & 2, t.value];
            switch (op[0]) {
                case 0: case 1: t = op; break;
                case 4: _.label++; return { value: op[1], done: false };
                case 5: _.label++; y = op[1]; op = [0]; continue;
                case 7: op = _.ops.pop(); _.trys.pop(); continue;
                default:
                    if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
                    Iif (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
                    if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
                    Iif (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
                    Iif (t[2]) _.ops.pop();
                    _.trys.pop(); continue;
            }
            op = body.call(thisArg, _);
        } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
        Iif (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
    }
};
var __importDefault = (this && this.__importDefault) || function (mod) {
    return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Client = void 0;
var axios_1 = __importDefault(require("axios"));
var cheerio_1 = __importDefault(require("cheerio"));
var md5_1 = __importDefault(require("md5"));
var qs_1 = __importDefault(require("qs"));
var fs_1 = __importDefault(require("fs"));
var HttpException = /** @class */ (function (_super) {
    __extends(HttpException, _super);
    function HttpException(status, message) {
        var _this = _super.call(this, message) || this;
        _this.status = status;
        _this.message = message || '';
        return _this;
    }
    return HttpException;
}(Error));
var Client = /** @class */ (function () {
    function Client(host, debug) {
        if (debug === void 0) { debug = false; }
        this.cookie = '';
        this.host = 'http://qldt.actvn.edu.vn';
        this.debugMode = false;
        Iif (!!host)
            this.host = host;
        this.api = this.generateAxiosInstance();
        this.debugMode = debug;
    }
    Client.prototype.loginWithPassword = function (studentCode, password, shouldHashPassword) {
        var _a;
        if (shouldHashPassword === void 0) { shouldHashPassword = true; }
        return __awaiter(this, void 0, void 0, function () {
            var preLoginData, otherField, txtPassword, txtUserName, formData, _b, loginData, headers, errorMessage, loginResult, error_1;
            return __generator(this, function (_c) {
                switch (_c.label) {
                    case 0:
                        _c.trys.push([0, 4, , 5]);
                        return [4 /*yield*/, this.api.get('/CMCSoft.IU.Web.info/Login.aspx')];
                    case 1:
                        preLoginData = (_c.sent()).data;
                        otherField = this.extractInitField(preLoginData);
                        txtPassword = shouldHashPassword ? (0, md5_1.default)(password) : password;
                        txtUserName = this.formatString(studentCode);
                        formData = __assign(__assign({}, otherField), { txtUserName: txtUserName, txtPassword: txtPassword, hidUserId: '', hidUserFullName: '', hidTrainingSystemId: '', btnSubmit: 'Đăng+nhập' });
                        return [4 /*yield*/, this.api.post('/CMCSoft.IU.Web.info/Login.aspx', formData)];
                    case 2:
                        _b = _c.sent(), loginData = _b.data, headers = _b.headers;
                        errorMessage = this.showError(loginData);
                        if (errorMessage)
                            throw new Error(errorMessage);
                        this.cookie = ((_a = headers['set-cookie']) === null || _a === void 0 ? void 0 : _a.join(';')) || '';
                        return [4 /*yield*/, this.checkLogin()];
                    case 3:
                        loginResult = _c.sent();
                        Iif (!loginResult.status)
                            throw new Error('Login failed');
                        return [2 /*return*/, {
                                status: 'success',
                                message: 'Login successfully',
                                fields: loginResult.fields,
                            }];
                    case 4:
                        error_1 = _c.sent();
                        return [2 /*return*/, {
                                status: 'error',
                                message: error_1.message || 'Cannot connect to CMC System',
                            }];
                    case 5: return [2 /*return*/];
                }
            });
        });
    };
    Client.prototype.loginWithCookie = function (cookie) {
        return __awaiter(this, void 0, void 0, function () {
            var loginResult;
            return __generator(this, function (_a) {
                switch (_a.label) {
                    case 0:
                        this.cookie = cookie;
                        return [4 /*yield*/, this.checkLogin()];
                    case 1:
                        loginResult = _a.sent();
                        Iif (!loginResult.status)
                            throw new Error('Login failed');
                        return [2 /*return*/, {
                                status: 'success',
                                message: 'Login successfully',
                                fields: loginResult.fields,
                            }];
                }
            });
        });
    };
    Client.prototype.getCookie = function () {
        return this.cookie;
    };
    Client.prototype.getProfile = function (cookie) {
        return __awaiter(this, void 0, void 0, function () {
            var loginData, PROFILE_URL, $, firstName, lastName, displayName, studentCode, gender, birthday;
            return __generator(this, function (_a) {
                switch (_a.label) {
                    case 0: return [4 /*yield*/, this.loginWithCookie(cookie)];
                    case 1:
                        loginData = _a.sent();
                        Iif (loginData.status !== 'success')
                            throw new HttpException(401, 'Login failed');
                        PROFILE_URL = '/CMCSoft.IU.Web.Info/StudentProfileNew/HoSoSinhVien.aspx';
                        return [4 /*yield*/, this.api.get(PROFILE_URL)];
                    case 2:
                        $ = (_a.sent()).data;
                        firstName = this.formatString($('input[name="txtTen"]').val());
                        lastName = this.formatString($('input[name="txtHoDem"]').val());
                        displayName = [lastName, firstName].join(' ');
                        studentCode = $('input[name="txtMaSV"]').val();
                        gender = $('select[name="drpGioiTinh"] > option[selected]').text();
                        birthday = $('input[name="txtNgaySinh"]').val();
                        return [2 /*return*/, {
                                displayName: displayName,
                                studentCode: studentCode,
                                gender: gender,
                                birthday: birthday,
                            }];
                }
            });
        });
    };
    Client.prototype.getSemesters = function (cookie) {
        return __awaiter(this, void 0, void 0, function () {
            var loginData, SEMESTER_URL, $, semesterSelector, semesters, fields;
            return __generator(this, function (_a) {
                switch (_a.label) {
                    case 0: return [4 /*yield*/, this.loginWithCookie(cookie)];
                    case 1:
                        loginData = _a.sent();
                        if (loginData.status !== 'success')
                            throw new HttpException(401, 'Login failed');
                        SEMESTER_URL = '/CMCSoft.IU.Web.Info/Reports/Form/StudentTimeTable.aspx';
                        return [4 /*yield*/, this.api.get(SEMESTER_URL)];
                    case 2:
                        $ = (_a.sent()).data;
                        semesterSelector = Array.from($('select[name="drpSemester"] > option'));
                        semesters = semesterSelector.map(function (e) { return ({
                            value: $(e).attr('value') || '',
                            name: $(e).text(),
                        }); });
                        fields = __assign(__assign({}, this.extractInitField($)), this.extractSelector($));
                        return [2 /*return*/, {
                                semesters: semesters,
                                fields: fields,
                            }];
                }
            });
        });
    };
    Client.prototype.checkLogin = function () {
        return __awaiter(this, void 0, void 0, function () {
            var homeData, role, error_2;
            return __generator(this, function (_a) {
                switch (_a.label) {
                    case 0:
                        Iif (!this.cookie)
                            return [2 /*return*/, {
                                    status: false,
                                }];
                        _a.label = 1;
                    case 1:
                        _a.trys.push([1, 3, , 4]);
                        return [4 /*yield*/, this.api.get("/CMCSoft.IU.Web.Info/Home.aspx")];
                    case 2:
                        homeData = (_a.sent()).data;
                        role = this.getRole(homeData);
                        Iif (!role) {
                            return [2 /*return*/, {
                                    status: false,
                                }];
                        }
                        return [2 /*return*/, {
                                status: true,
                                fields: this.extractInitField(homeData),
                            }];
                    case 3:
                        error_2 = _a.sent();
                        return [2 /*return*/, {
                                status: false,
                            }];
                    case 4: return [2 /*return*/];
                }
            });
        });
    };
    Client.prototype.generateAxiosInstance = function () {
        var _this = this;
        var api = axios_1.default.create({
            baseURL: this.host,
            headers: {
                Connection: 'keep-alive',
                'Cache-Control': 'max-age=0',
                'Content-Type': 'application/x-www-form-urlencoded',
                'User-Agent': 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.182 Safari/537.36',
            },
            maxRedirects: 0,
            validateStatus: function (status) {
                return status < 400;
            },
            transformResponse: function (res) {
                if (_this.debugMode) {
                    fs_1.default.writeFileSync("./coverage/debug-".concat(new Date().getTime(), ".html"), res);
                }
                return cheerio_1.default.load(res);
            },
        });
        api.interceptors.request.use(function (config) {
            if (_this.cookie) {
                config.headers = __assign(__assign({}, config.headers), { Cookie: _this.cookie });
            }
            if (config.method == 'post' || config.method == 'POST') {
                config.data = qs_1.default.stringify(config.data);
            }
            return config;
        });
        // api.interceptors.response.use((response) => {
        //   const $ = cheerio.load(response.data)
        //   return $
        // })
        return api;
    };
    Client.prototype.formatString = function (text) {
        return text.replace(/\n/g, '').replace(/\s+/g, ' ').trim();
    };
    Client.prototype.showError = function ($) {
        var error = $('#lblErrorInfo').text();
        return this.formatString(error);
    };
    Client.prototype.extractInitField = function ($) {
        var form = $('form');
        var select = form.find('select');
        var input = form.find('input[type!="submit"][type!="checkbox"]');
        var data = {};
        input.each(function (i, elem) {
            var inputName = $(elem).attr('name');
            var inputValue = $(elem).attr('value');
            if (inputName)
                data[inputName] = inputValue || '';
        });
        select.each(function (i, elem) {
            var selectName = $(elem).attr('name');
            var selectValue = $(elem).find($('[selected="selected"]')).attr('value');
            if (selectName)
                data[selectName] = selectValue || '';
        });
        return data;
    };
    Client.prototype.extractSelector = function ($) {
        var data = {};
        var form = $('form');
        var select = form.find('select');
        select.each(function (i, elem) {
            var options = $(elem).find($('option[selected]'))[0];
            if (!options)
                return;
            var key = $(elem).attr('name') || '';
            data[key] = $(options).attr('value') || '';
        });
        return data;
    };
    Client.prototype.getRole = function ($) {
        var role = $('#PageHeader1_lblUserRole').text();
        return this.formatString(role);
    };
    return Client;
}());
exports.Client = Client;