Skip to main content

reSolved is an upcoming captcha solving service, capable of solving reCaptcha, hCaptcha, GeeTest as fast as sub 5 seconds. reSolved is designed to handle heavy workloads, unlike other captcha solving services. We strive to improve the reSolved experience every single day - which is why we are releasing libraries that make an already simple integration process completely seamless.

Project description

reSolved python library

reSolved is an upcoming captcha solving service, capable of solving reCaptcha, hCaptcha, GeeTest as fast as sub 5 seconds. reSolved is designed to handle heavy workloads, unlike other captcha solving services.

We strive to improve the reSolved experience every single day - which is why we are releasing libraries that make an already simple integration process completely seamless.

Getting Started

Installation

pip install reSolved

Import the library

from resolved.domlabs import Resolved

Initialize an object

resolved = ReSolved(COMPANY_API_KEY, USER_API_KEY')

Create a task and get the solved captcha token

task = resolved.createTask(
        SITE_KEY",              # string
        SITE_URL,               # string
        CAPTCHA_SERVICE",       # string - e.g., reCaptcha, hCaptcha etc
        CAPTCHA_TYPE,           # string - e.g, v2Invis/v2
        SESSION_CLONE,          # boolean
        SMART_MOVEMENT,         # boolean
        PROXY)                  # string - e.g., http://ip:port:username:password

taskID = task['data']['taskID']
token = resolved.getToken()

Full code example

# import library
from src.reSolved import ReSolved

# create a resolved object
resolved = ReSolved(COMPANY_API_KEY, USER_API_KEY')

# create a task
task = resolved.createTask(
        SITE_KEY",              # string
        SITE_URL,               # string
        CAPTCHA_SERVICE",       # string - e.g., reCaptcha, hCaptcha etc
        CAPTCHA_TYPE,           # string - e.g, v2Invis/v2
        SESSION_CLONE,          # boolean
        SMART_MOVEMENT,         # boolean
        PROXY)                  # string - e.g., http://ip:port:username:password

taskID = task['data']['taskID']

# store the token
token = resolved.getToken()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

reSolved-0.0.3.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

reSolved-0.0.3-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page