Skip to content

0x676e67/CapSolver-CloudflareBypass

Repository files navigation

Sponsors

Capsolver

Capsolver.com is an AI-powered service that specializes in solving various types of captchas automatically. It supports captchas such as reCAPTCHA V2, reCAPTCHA V3, hCaptcha, FunCaptcha, DataDome, AWS Captcha, Geetest, and Cloudflare Captcha / Challenge 5s, Imperva / Incapsula, among others. For developers, Capsolver offers API integration options detailed in their documentation, facilitating the integration of captcha solving into applications. They also provide browser extensions for Chrome and Firefox, making it easy to use their service directly within a browser. Different pricing packages are available to accommodate varying needs, ensuring flexibility for users.

Getting Started

  • Python
# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"

# With pip.
pip install uv

# With pipx.
pipx install uv

# With Homebrew.
brew install uv

# With Pacman.
pacman -S uv

To create a virtual environment:

uv venv  # Create a virtual environment at .venv.

To activate the virtual environment:

# On macOS and Linux.
source .venv/bin/activate

# On Windows.
.venv\Scripts\activate
    
PROXY=socks5h://cap:cap@example:1080 CAPSOLVER_API_KEY=your_key URL=https://auth0.openai.com/u/email-verification?ticket=klrCCahwgphZ3KLyldISfSW2hq0kkg# python main.py
  • Node.js
PROXY=socks5h://cap:cap@example:1080 CAPSOLVER_API_KEY=your_key URL=https://auth0.openai.com/u/email-verification?ticket=klrCCahwgphZ3KLyldISfSW2hq0kkg# node main.js