Skip to content

satyamisme/funcaptcha

 
 

Repository files navigation

Arkose Fetch

Usage for OpenAI

import (
	"fmt"

	"github.com/acheong08/funcaptcha"
)

func main() {
	token, _, _ := funcaptcha.GetOpenAIToken()
	fmt.Println(token)
}

API:

You can download the binary from releases or go run cmd/api/main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%