sayem314 / hooman

http interceptor to hoomanize cloudflare requests

Home Page:https://www.npmjs.com/package/hooman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consume too much balance

andress134 opened this issue · comments

What would you like to discuss?

Okay, the problem is the following, my script works perfectly, bypasses, but consumes a lot of balance from the 2captcha account, in 1 minute it consumed me $ 3
How could I make him consume less, it seems he takes money for every request

My old script based on cloudscraper, used only 0.02 to solve captcha, once, but using hooman seems to consume a lot for each request

I'm sorry for my bad english

this is my code

Checklist

  • I have read the hooman and got documentation.

This is probably because you have flooded with requests before initializing cookie. But wait, I'll work on it.

Fixed on v1.2.1 but:

Note that if you make multiple request at once only the first request will be served without error. This is so that you don't end up paying extra for captcha solving. If you would like to fetch more than one request at a time, first solve captcha and then make rest of your request after cookie is set.