1
0
Fork
You've already forked funcaptcha
0
No description
  • Go 100%
2023年12月05日 21:16:46 +00:00
.github/workflows release api 2023年07月01日 13:08:00 +00:00
.gitignore Major refactor towards object oriented 2023年11月02日 23:00:00 +00:00
api.go merge: fix panics when no available ark/har 2023年11月02日 23:05:50 +00:00
challenge.go fix issues with oop - remove global clients 2023年11月02日 23:23:48 +00:00
constants.go add HAR file required 2023年07月29日 10:55:33 +08:00
crypt.go merge xqdoo00o 2.x arkose iv fixes 2023年12月05日 21:16:46 +00:00
fingerprint.go update webgl related fingerprint 2023年07月01日 15:34:27 +08:00
funcaptcha.go Major refactor towards object oriented 2023年11月02日 23:00:00 +00:00
go.mod Update go.mod 2023年10月31日 11:51:14 +00:00
go.sum update deps 2023年09月28日 10:49:15 +08:00
hashing.go update webgl related fingerprint 2023年07月01日 15:34:27 +08:00
LICENSE Initial commit 2023年06月25日 12:21:58 +08:00
murmur.go Update hexadecimal formatting for consistent length 2023年10月24日 17:19:40 +08:00
README.md Update README.md 2023年10月31日 11:53:09 +00:00
util.go fix issues with oop - remove global clients 2023年11月02日 23:23:48 +00:00
webgl.go update webgl related fingerprint 2023年07月01日 15:34:27 +08:00

Arkose Fetch

Usage for OpenAI

import("fmt""github.com/acheong08/funcaptcha")funcmain(){version:=4// 0 - Auth, 3 - 3.5, 4 - 4token,_:=funcaptcha.GetOpenAIToken(version,"","")fmt.Println(token)}

API:

You can download the binary from releases or go run cmd/api/main.go