- Fixed issue related with v1 challenge
- Added custom captcha handler
- Replaced
vm2
with native vm
to support electron #16
- Hooman was unable to bypass some websites which were using captcha and more strict firewall rules. It's fixed now.
- You can now optionally set environment variable
HOOMAN_CAPTCHA_KEY
and HOOMAN_RUCAPTCHA
to solve captchas.
- Wait on captcha instead of throwing error. Fix #11
- Fixed hang on multiple requests at once
- Added debug logging, enable with environment variable
HOOMAN_DEBUG=true
- Handle large requests to same site when challenge solving in progress
- Fixed #9
- Fixed proxy issue #10
- Added support for rucaptcha
- Refactored captcha code
- Refactored code
- Added 2captcha support
- Faster and better sandbox code execution
- Added the ability to specify custom retry limit for Cloudflare challenges
// Example
const { body } = await got(url, {
cloudflareRetry: 8, // default 5
});
- Faster and better sandbox code execution
- Added the ability to specify custom retry limit for Cloudflare challenges
// Example
const { body } = await got(url, {
cloudflareRetry: 8, // default 5
});
- Added vm2 to run code safely
- got as peer dependencies