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

linweiyuan/funcaptcha

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arkose Fetch

Usage for OpenAI

import (
	"fmt"

	"github.com/linweiyuan/funcaptcha"
)

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

Forked from: acheong08/funcaptcha

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%