MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / CaptchaChallenge

Class CaptchaChallenge

app/clients/tencent_captcha_client.py:21–30  ·  view source on GitHub ↗

Normalized Tencent captcha challenge bundle.

Source from the content-addressed store, hash-verified

19DEFAULT_USER_AGENT = (
20 "Mozilla/5.0 (Windows NT 10.0; Win64; x64) "
21 "AppleWebKit/537.36 (KHTML, like Gecko) "
22 "Chrome/124.0.0.0 Safari/537.36"
23)
24
25
26@dataclass(frozen=True)
27class CaptchaChallenge:
28 """Normalized Tencent captcha challenge bundle."""
29
30 callback: str
31 sess: str
32 sid: str
33 instruction: str

Callers 1

prehandleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected