Skip to content
This repository has been archived by the owner on Oct 15, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 255 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 255 Bytes

Arkose Fetch

Usage for OpenAI

import (
	"fmt"

	"github.com/linweiyuan/funcaptcha"
)

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

Forked from: acheong08/funcaptcha