Skip to main content

Generate mouse, touch, and keyboard motions for Arkose Labs Funcaptcha

Project description

bio

Generate mouse, touch, and keyboard motions for Arkose Labs Funcaptcha

$ python -m pip install unfuncaptcha-bio
from unfuncaptcha_bio import KBioGenerator, MBioGenerator, TBioGenerator


KBioGenerator.generate(
    2,                          # Answer index
    game_type = 3               # Game type defaults to 4
)
# eyJrYmlvIjoiMjQ4NCwxLDE7MzQ0M...


loc = {                          # Provide coordinates for each game type 4 component
    "right_arrow": (280, 113),
    "left_arrow": (40, 113),
    "submit_button": (175, 146),
}

MBioGenerator.generate(
    0,
    game_type      = 4,
    location       = loc,
    starting_point = (20, 20),    # Mouse starting point (only required for game type 4)
    start_offset   = 3000,        # Initial timestamp offset (in milliseconds)
    encode_base64  = False,       # Whether to base64 encode the bio JSON
)
# {"mbio":"3078,0,20,20;3097,0,25,21;3109

TBioGenerator.generate(
    0,
    location       = loc,
    encode_base64  = False,
    start_offset   = 3000,
)
# {"mbio":"3078,0,20,20;3097,0,25,21;3109


table of contents

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

unfuncaptcha_bio-1.0.1.tar.gz (20.0 kB view hashes)

Uploaded Source

Built Distribution

unfuncaptcha_bio-1.0.1-py3-none-any.whl (22.4 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