Categorygithub.com/linweiyuan/funcaptcha
repositorypackage
0.0.0-20230720175126-c720855db995
Repository: https://github.com/linweiyuan/funcaptcha.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

Arkose Fetch

Usage for OpenAI

import (
	"fmt"

	"github.com/linweiyuan/funcaptcha"
)

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

Forked from: acheong08/funcaptcha