Skip to content

aidenesco/anticaptcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anticaptcha PkgGoDev Go Report Card

This package is an anti-captcha.net client library. See official documentation here

Installation

go get -u github.com/aidenesco/anticaptcha

Usage

import "github.com/aidenesco/anticaptcha"

func main() {
    client := anticaptcha.NewClient("your-key-here")
    
    balance, _ := client.GetBalance(context.Background())
    
    fmt.Println(balance) // 4.77
}

About

Client library for anti-captcha.net

Topics

Resources

License

Stars

Watchers

Forks

Languages