repositorypackage
1.9.2
Repository: https://github.com/acheong08/funcaptcha.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
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