Skip to content

yqchilde/funcaptcha

 
 

Repository files navigation

Arkose Fetch

Usage for OpenAI

import (
	"fmt"

	"github.com/xqdoo00o/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

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%