Skip to main content

Python module for easy integration with invisifox API

Project description

invisifox-python

Python 3 package for easy integration with the API of invisifox captcha solving service.

Installation

This package can be installed with Pip:

pip install invisifox

Sample code:

To create invisifox instance

from invisifox import InvisiFox

invisifoxSolver = InvisiFox(apiKey='YOUR API KEY')

To get hcaptcha solution

solution = invisifoxSolver.solveHCaptcha(sitekey='4c672d35-12342-42b2-88c3-78380b012345',
                                                pageurl='https://domain',
                                                proxy='username:password@ipaddress:port'

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

invisifox-0.0.3.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

invisifox-0.0.3-py3-none-any.whl (3.9 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