Skip to main content

No project description provided

Project description

CapBypassWrapped

CapBypassWrapped is a Python module that provides a wrapper for CapBypass, a captcha solving service. This module allows developers to easily integrate captcha solving functionality into their applications without having to write complex code.

Installation

To install CapBypassWrapped, simply run the following command:

pip install CapBypassWrapped

Usage

To use CapBypassWrapped functions, just import the module:

from CapBypassWrapped import CapBypassWrapped

Now initialize the CapBypassWrapped class with your according parameters.

capbypass_instance = CapBypassWrapped(client_key="": str, verbal=False: bool, custom_http_client=None: any)

There are lots of different functions you can use with lots of customizability.

Here is every function below and how to initiate each one:

capbypass_instance = CapBypassWrapped(client_key="": str, verbal=False: bool, custom_http_client=None: any)

def get_balance():
    result = capbypass_instance.get_balance()
    print(result) # returns {"credits": str, "errorId": int}

def get_status():
    result = capbypass_instance.get_status()
    print(result) # returns {"tasks":{"FunCaptchaTask": str,"FunCaptchaClassification": str},"problems": dict}

def get_task_result():
    result = CapBypassWrapped.get_task_result(task_id="": str) 
    print(result) # returns {"solution": str, "status": str, "errorId": int}  

def create_funcaptcha_task():
    result = CapBypassWrapped.create_task(task_type="": str, website_url="": str, website_public_key="": str) # optional - blob: str
    print(result) # returns {"taskId": str}  

def create_and_get_task_result_funcaptcha_task():
    result = CapBypassWrapped.create_and_get_task_result(task_type="": str, website_url="": str, website_public_key="": str, delay=5: int) # optional - blob: str
    print(result) # returns {"taskId": str, "solution": str, "time": int} 

def create_classification_funcaptcha_task():
    result = CapBypassWrapped.create_classification_task(task_type="": str, image="": str, question="": str)
    print(result) # returns {"taskId": str}  

def create_and_get_classification_funcaptcha_task_result():
    result = CapBypassWrapped.create_and_get_classification_task_result(task_type="": str, image="": str, question="": str, delay=5: int)
    print(result) # returns {"taskId": str, "solution": str, "time": int} 

License

CapBypassWrapped is licensed under the Apache License. See the LICENSE file for more information.

Contact

If you have any questions or comments about CapBypassWrapped, please contact me on discord at @maxhithere

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

capbypasswrapped-2.4.0.tar.gz (79.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

capbypasswrapped-2.4.0-py3-none-any.whl (4.0 kB view details)

Uploaded Python 3

File details

Details for the file capbypasswrapped-2.4.0.tar.gz.

File metadata

  • Download URL: capbypasswrapped-2.4.0.tar.gz
  • Upload date:
  • Size: 79.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for capbypasswrapped-2.4.0.tar.gz
Algorithm Hash digest
SHA256 84a3203bc250a37dd9a290db5355fbf392a43016246b46a347ed5cc3adf57915
MD5 c2540c0c246df21e8d275931aa53c730
BLAKE2b-256 145da14641f049059041aeb3faa5b94d0c990ec361f577736774a492a2e4f347

See more details on using hashes here.

File details

Details for the file capbypasswrapped-2.4.0-py3-none-any.whl.

File metadata

File hashes

Hashes for capbypasswrapped-2.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7bb2ec811f6dfb5422a807ec70c3d7efc5c0b0dabc7fca88859e2c02e81b584d
MD5 760e3b2aa8c24bcea4f650f9a84a0a34
BLAKE2b-256 fb4554b9729fad85c9115df79a1cb55b9961248434a7ff7d2299bd967a8aa0bd

See more details on using hashes here.

Supported by

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