Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

github.com/aidenesco/anticaptcha

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aidenesco/anticaptcha

  • v0.0.0-20210814211113-9d1accd97aea
  • Source
  • Go
  • Socket score

Version published
Created

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
}

FAQs

Package last updated on 14 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts