changed to individual files instead one big ass script and added auto captcha solver functionality

This commit is contained in:
2026-02-14 22:35:36 +01:00
parent ae87077519
commit 8725f4ddde
12 changed files with 1158 additions and 567 deletions
+3 -1
View File
@@ -12,10 +12,12 @@
"type": "commonjs",
"dependencies": {
"@iarna/toml": "^2.2.5",
"commander": "^14.0.3",
"playwright": "^1.56.1",
"playwright-extra": "^4.3.6",
"puppeteer": "^24.30.0",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2"
"puppeteer-extra-plugin-stealth": "^2.11.2",
"tesseract.js": "^7.0.0"
}
}