This commit is contained in:
AMAICDAX 2025-09-09 15:59:31 +02:00
parent 21c488eeba
commit 3bab80711b
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
const axios = require("axios");
const querystring = require("querystring");
import puppeteer from "puppeteer";
const puppeteer = require("puppeteer");
const clientId = "780w7gsy8eysmj";
const clientSecret = "WPL_AP1.w6OTTkAndAdT3PYF.UZEcwQ==";

View file

@ -10,7 +10,8 @@
"express": "^4.17.1",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"express-session": "^1.17.1"
"express-session": "^1.17.1",
"puppeteer": "^21.3.8"
},
"author": "ExostFlash",
"license": "ISC",