Skip to content

returnyso/capsolver-english-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capsolver Demos

This repository contains official demos for Capsolver in multiple programming languages.

Structure

  • python/: Python demos
  • nodejs/: Node.js demos
  • go/: Go demos
  • rust/: Rust demos

Prerequisites

  • A Capsolver API Key (Get one here)

Python

  1. Navigate to the python directory.
  2. Open config.py and replace YOUR_API_KEY with your actual API key.
  3. Run the main script:
    python main.py
  4. Select the demo you want to run from the menu.

Node.js

  1. Navigate to the nodejs directory.
  2. Install dependencies:
    npm install
  3. Open the specific task file you want to run in the tasks/ directory (e.g., tasks/recaptcha_v2.js) and replace YOUR_API_KEY with your actual API key.
  4. Run the main script:
    npm start
  5. Select the demo you want to run from the menu.

Go

  1. Navigate to the go directory.
  2. Open the specific task file you want to run in the tasks/ directory (e.g., tasks/recaptcha_v2.go) and replace YOUR_API_KEY with your actual API key.
  3. Run the main script:
    go run main.go
  4. Select the demo you want to run from the menu.

Rust

  1. Navigate to the rust directory.
  2. Open the specific task file you want to run in the src/tasks/ directory (e.g., src/tasks/recaptcha_v2.rs) and replace YOUR_API_KEY with your actual API key.
  3. Run the main script:
    cargo run
  4. Select the demo you want to run from the menu.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published