Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 309 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 309 Bytes

Arkose Fetch

加入SignUp的Arkose获取,arkType为11

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