funcapsolver

package module
v0.0.0-...-e82ca0e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 21, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

README

Funcapsolver

Captcha solver based speech recognition in Go

Usage

package main

import (
  "fmt"
  "github.com/pneb/funcapsolver"
)

func main() {
	token := funcapsolver.GetToken("arkoselabs.com", "public_key")
	fmt.Println(funcapsolver.SolveCaptcha(token))
}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetToken

func GetToken(host, pkey string, proxy string) string

func SolveCaptcha

func SolveCaptcha(token string, proxy string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL