sayem314 / hooman

http interceptor to hoomanize cloudflare requests
https://www.npmjs.com/package/hooman
MIT License
146 stars 18 forks source link

Consume too much balance #9

Closed andress134 closed 4 years ago

andress134 commented 4 years ago

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

sayem314 commented 4 years ago

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

sayem314 commented 4 years ago

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.