Code Monkey home page Code Monkey logo

Comments (7)

sergey-scat avatar sergey-scat commented on June 11, 2024

I don't have XEvil installed.
I can add it if you install XEvil on a server (with dedicated IP) and provide me with the URL.

from unicaps.

sergey-scat avatar sergey-scat commented on June 11, 2024

Thx.
It seems that the 2captcha interface is not fully implemented in XEvil.
Can you switch to anti-captcha (in XEvil it's called "Antigate v2" or something like that)?

from unicaps.

vurezo avatar vurezo commented on June 11, 2024

Done, when you implement it please make sure you can specify the base url =) thank you so much

from unicaps.

sergey-scat avatar sergey-scat commented on June 11, 2024

XEvil works better through the Anti-Captcha interface (but, for me, only reCAPTCHA v2 it solves correctly... I have no idea why).
The following code can be used as a workaround:

from unicaps import CaptchaSolver, CaptchaSolvingService

# init Anti-captcha solver
solver = CaptchaSolver(CaptchaSolvingService.ANTI_CAPTCHA, 'c32c6a43debd428defa0dccee6ed22b7')

# change BASE_URL
solver._service.BASE_URL = 'http://95.216.229.102:666'

# get balance
print(f'Balance: {solver.get_balance()}')

# solve reCAPTCHA v2
solved = solver.solve_recaptcha_v2(
    site_key='6LfW6wATAAAAAHLqO2pb8bDBahxlMxNdo9g947u9',
    page_url='https://recaptcha-demo.appspot.com/recaptcha-v2-checkbox.php'
)
print(solved.solution.token)

Please try it and let me know if it works for you.

from unicaps.

vurezo avatar vurezo commented on June 11, 2024

fuck yeah buddy will do

from unicaps.

vurezo avatar vurezo commented on June 11, 2024

works :)

from unicaps.

sergey-scat avatar sergey-scat commented on June 11, 2024

Ok, closing then

from unicaps.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.