Coder Social home page Coder Social logo

sarperavci / capsolver-aws_captchabypass Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 1.0 1.28 MB

A Selenium implementation to bypass Amazon/AWS Captcha using Capsolver API.

Python 100.00%
amazon amazon-captcha amazon-captcha-bypass amazon-captcha-solver aws-captcha captcha python selenium

capsolver-aws_captchabypass's Introduction

Capsolver Amazon Captcha Bypass

Capsolver

Solve Amazon Captcha in just one line of code!

A Selenium implementation to bypass Amazon Captcha using Capsolver API.

Demo

Demo

The captcha is solved in less than 2 seconds.

Installation

To install the required packages, run the following command:

pip install -r requirements.txt

Usage

To use this script, you need to have a Capsolver account. You can create an account here and get your API key. Once you have your API key, replace YOUR_API_KEY in the script with your actual API key.

Example usage:

from CapsolverAWSBypasser import CapsolverAWSBypasser
from selenium import webdriver

URL=  "https://efw47fpad9.execute-api.us-east-1.amazonaws.com/latest"

page = webdriver.Chrome()
page.get( URL )

print("Solving...")
awsSolver = CapsolverAWSBypasser( page , URL ,CAPSOLVER_API_KEY )
awsSolver.solve_recaptcha()

Test

To test the script, edit the test.py file and replace YOUR API KEY with your actual API key. Then run the following command:

python test.py

Capsolver

Capsolver is a platform that provides APIs to solve CAPTCHAs. You can use Capsolver to bypass CAPTCHAs in your web scraping projects. The platform supports solving Google Recaptcha V2, Recaptcha V3, hCaptcha, FunCaptcha, GeeTest, and more. You can create an account here and get your API key.

capsolver-aws_captchabypass's People

Contributors

sarperavci avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.