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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file reSolved-0.0.3.tar.gz.

File metadata

  • Download URL: reSolved-0.0.3.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.5

File hashes

Hashes for reSolved-0.0.3.tar.gz
Algorithm Hash digest
SHA256 6493933567a01f6c82451baa4992a874883c0b39151e471626c8be377ee5571b
MD5 a1db97404fe4f376f4043ea733c8f632
BLAKE2b-256 a7f15fafbcafdf56e92ef0d89197a7149f40bdcd04f502f1952114c001a33447

See more details on using hashes here.

File details

Details for the file reSolved-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: reSolved-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 3.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.1.1 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/3.8.5

File hashes

Hashes for reSolved-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 232cc4e98599f2796ae12d3c4cfbc49aa8b79bc0b1b6c130370deac4196247c9
MD5 43f501b89ba6608603d4db8828bd9f93
BLAKE2b-256 8a6f19f455145c460d7f0064606010cd566f67ccc37eabb8926d0629c9244e56

See more details on using hashes here.

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