Skip to main content

Thoughtful Automation BitWarden CLI installation package

Project description

https://img.shields.io/pypi/v/ta_captcha_solver.svg https://img.shields.io/travis/macejiko/ta_captcha_solver.svg Documentation Status

Thoughtful Automation Captcha Solver


Installation

python3 -m virtualenv venv
source venv/bin/activate
pip install ta-captcha-solver

Example Usage

 captcha = TACaptchaSolver.get(
     captcha_type="v2",
     browser=self.browser,
     captcha_guru_api_key=self.captcha_guru_api_key,
 )
captcha.solve()

Development

Prepare local dev env:

python3 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Testing:

CAPTCHA_GURU_API_KEY=XXX pytest

Push new package version:

bump2version minor
git push origin YOUR_BRANCH

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

ta_captcha_solver-0.1.0.tar.gz (6.1 kB view hashes)

Uploaded Source

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