Skip to main content

A small example package

Project description

FcBypass

A python module to get Funcaptcha tokens from capbypass

Create a FcBypass instance

fcbypass = Solver(Key="ENTER_YOUR_CAPBYPASS_KEY_HERE")

The variable fcbypass can then be used multiple times to fetch tokens from capbypass.

Use cases

Signup:

response = fcbypass.FunCaptchaTask(
    blob = "Submit your blob String here",
    proxy = "http://username:password@ip:port",
    Signup = True
                        )
print(response.Token)

Login:

response = fcbypass.FunCaptchaTask(
    blob = "Submit your blob String here",
    proxy = "http://username:password@ip:port",
    Login = True
                        )
print(response.Token)

Action:

response = fcbypass.FunCaptchaTask(
    blob = "Submit your blob String here",
    proxy = "http://username:password@ip:port",
    Action = True
                        )
print(response.Token)

Your response.Token

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

fcbypass-1.0.4.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

fcbypass-1.0.4-py3-none-any.whl (3.5 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