🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/aidenesco/anticaptcha

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/aidenesco/anticaptcha

v0.0.0-20210814211113-9d1accd97aea
Source
Go
Version published
Created
Source

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