MCPcopy Create free account

hub / github.com/asz798838958/FrciblyK12 / functions

Functions4,268 in github.com/asz798838958/FrciblyK12

↓ 14 callersFunction_uuid
()
platforms/kiro/core.py:210
↓ 14 callersMethodexecute_action
(self, action_id: str, account: Account, params: dict)
platforms/chatgpt/plugin.py:511
↓ 14 callersFunctioninsecure_request
执行 verify=False 的 requests 调用并屏蔽对应告警。
core/tls.py:19
↓ 14 callersMethodstart
(self)
core/scheduler.py:24
↓ 14 callersFunctionw
(line: str = "")
tools/har_paypal_business.py:38
↓ 13 callersFunction_extract_flow_state
(data: dict | None, current_url: str = "")
platforms/chatgpt/browser_register.py:1941
↓ 13 callersFunction_extract_verification_link
(text: str, keyword: str = "")
core/base_mailbox.py:120
↓ 13 callersMethodcamoufox
(cls, *, headless: bool = False)
platforms/_browser_backend.py:84
↓ 13 callersMethodclose
关闭会话
core/http_client.py:218
↓ 13 callersFunctionexecute_task
(task_id: str)
application/tasks.py:816
↓ 13 callersMethodfallback
(self)
tests/test_chatgpt_browser_get_rt.py:26
↓ 13 callersFunctiongenerate_visa_card
生成一张 Luhn 合规的虚拟 Visa 卡,返回 ``card_*`` 字段字典。 Args: length: 卡号长度,仅支持 13 或 16,默认 16。 years_ahead_min: 有效期年份最少向后偏移。 years_ahea
platforms/chatgpt/card_generator.py:72
↓ 13 callersMethodget_by_text
(self, _pattern)
tests/test_chatgpt_payment_link.py:7389
↓ 13 callersMethodlog
(self, message: str)
platforms/anything/core.py:321
↓ 13 callersMethodmove
(self, x, y)
tests/test_chatgpt_cpa_session.py:190
↓ 13 callersMethodnth
(self, index)
tests/test_chatgpt_payment_link.py:2791
↓ 13 callersFunctionserialize_datetime
(value: datetime | str | None)
core/datetime_utils.py:19
↓ 12 callersFunction_as_int
(value: Any)
platforms/blink/core.py:47
↓ 12 callersFunction_goto_with_retry
``page.goto`` 带瞬时网络错误重试(默认 3 次,指数退避)。 全局统一:注册流程里所有打开页面都该走这个,避免一次网络波动 (ERR_CONNECTION_CLOSED / RESET / TIMED_OUT 等)就直接判失败。 瞬时错误重试;业务错误(页面
platforms/chatgpt/browser_register.py:71
↓ 12 callersFunction_is_paypal_pay_create_url
(url: str)
platforms/chatgpt/payment.py:2478
↓ 12 callersMethodadd
加一个 ID。返回 True 表示新增,False 表示已存在。
application/bitbrowser_profiles.py:99
↓ 12 callersFunctioncreate_gopay_pay_chatgpt_task
GoPay 协议付款 ChatGPT Plus 任务创建。 payload 至少包含 ``chatgpt_account_ids: [int, ...]`` 或 ``register_count``; 可选 ``gopay_account_id`` / ``cashier_url_
application/tasks.py:316
↓ 12 callersFunctionload_account_graphs
(session: Session, account_ids: list[int])
core/account_graph.py:613
↓ 12 callersMethodresolve
(self, requested_email: Optional[str] = None)
core/base_identity.py:72
↓ 12 callersMethodset_result_data
(self, data: Any)
application/tasks.py:578
↓ 11 callersFunction_as_dict
(value: Any)
platforms/blink/core.py:39
↓ 11 callersFunction_click_first
(page, selectors: list[str], *, timeout: int = 10)
platforms/chatgpt/browser_register.py:713
↓ 11 callersFunction_click_or_check
(locator)
platforms/chatgpt/payment.py:787
↓ 11 callersFunction_first_text
(*values: Any)
platforms/chatgpt/cpa_session.py:14
↓ 11 callersFunction_force_fill_input_by_id
按**精确 id** 用 JS 直接给 input 设值——参考 GuJumpgate ``fillHostedInputById`` / ``fillInput``。 PayPal 统一 guest 表单(``/checkoutweb/signup`` 上 ``国/地域 + メー
platforms/chatgpt/payment.py:1643
↓ 11 callersMethodcheck
(self)
application/gopay_pay_chatgpt.py:83
↓ 11 callersMethodcreate
(self, command: AccountCreateCommand)
infrastructure/accounts_repository.py:164
↓ 11 callersMethodlist_profiles
返回 ``[{"profile_id": "abc", "in_use": 1}, ...]``。
application/bitbrowser_profiles.py:90
↓ 11 callersMethodquery_selector_all
查询所有匹配元素
core/executors/playwright.py:108
↓ 11 callersFunctionset
(k: string, v: any)
frontend/src/pages/Register.tsx:69
↓ 11 callersMethodset_summary
(self, data: dict)
core/db.py:55
↓ 11 callersMethodupdate
(self, name: str, payload: dict)
application/platform_capabilities.py:14
↓ 11 callersFunctionupdatePayment
(key: string, value: string | number)
frontend/src/pages/CtfGptPlus.tsx:374
↓ 11 callersMethodwake_up
(self)
services/task_runtime.py:43
↓ 10 callersFunction_bool_config
(value: Any, default: bool)
application/tasks.py:869
↓ 10 callersMethod_capture_cookies
捕获 Set-Cookie 响应头中的 cookies. ★ v10修复: 对有 Domain= 的 Set-Cookie, 同时存储到裸域名, 避免 .domain 和裸域名各一份导致重复发送.
platforms/kiro/core.py:240
↓ 10 callersFunction_fill_input_like_user
(page, selector: str, value: str)
platforms/chatgpt/browser_register.py:1277
↓ 10 callersFunction_fill_locator
(locator, value: str)
platforms/chatgpt/browser_register.py:3876
↓ 10 callersFunction_first_non_empty
(*values: Any)
platforms/chatgpt/stripe_http.py:436
↓ 10 callersFunction_install_paypal_captcha_dom_stripper
主动扫一遍当前 DOM + 所有 frame,立即删 ``#captcha-standalone`` / ``.captcha-overlay`` / ``.captcha-container`` 节点 + 装 MutationObserver 守 5 分钟。返回这一轮被删的节点总数
platforms/chatgpt/payment.py:3728
↓ 10 callersFunction_is_paypal_intermediate_url
(url: str)
platforms/chatgpt/payment.py:2467
↓ 10 callersFunction_iter_page_frames
安全枚举 page 上的所有 frame(包括跨域子 frame)。 Playwright 的 ``page.frames`` 已经是扁平列表,枚举包括嵌套 iframe。 这里再做兜底保护,避免某些场景下属性访问抛异常。
platforms/chatgpt/payment.py:3498
↓ 10 callersFunction_make_signup_kwargs
构造 build_signup_request 的标准参数 dict(便于单测覆盖)。
tests/test_paypal_http.py:429
↓ 10 callersFunction_require_ctf_checkout_field
( page, label: str, value: str, *, selectors: tuple[str, ...], labels: tuple[re.Patter
platforms/chatgpt/payment.py:1712
↓ 10 callersFunction_seed_chatgpt_account
(*, email: str = "ct@example.com")
tests/test_gopay_pay_chatgpt_task.py:23
↓ 10 callersFunction_seed_gopay_account
( *, email: str = "+6281234567890", pin: str = "147258", aid: str = "AID_TEST", phone_loca
tests/test_gopay_pay_chatgpt.py:34
↓ 10 callersFunction_text
(value: Any)
core/account_display.py:9
↓ 10 callersFunction_utcnow
()
application/tasks.py:65
↓ 10 callersMethodacquire
(self, *, label: str = "")
platforms/chatgpt/browser_get_rt.py:879
↓ 10 callersFunctioncreate_task
( *, task_type: str, platform: str, payload: dict[str, Any], progress_total: int = 1,
application/tasks.py:196
↓ 10 callersFunctionget
(name: str)
core/registry.py:35
↓ 10 callersMethodget
(self, url, **kwargs)
tests/test_gopay_sms_channel.py:35
↓ 10 callersFunctiongetDisplaySummary
(acc: any)
frontend/src/pages/Accounts.tsx:42
↓ 10 callersMethodget_by_key
(self, provider_type: str, provider_key: str)
infrastructure/provider_settings_repository.py:31
↓ 10 callersMethodkeys
(self)
platforms/chatgpt/sentinel_vm.py:266
↓ 10 callersMethodnew_context
(self, **kwargs)
tests/test_chatgpt_get_rt_har.py:33
↓ 10 callersMethodrequest
发送 HTTP 请求 Args: method: HTTP 方法 (GET, POST, PUT, DELETE, etc.) url: 请求 URL **kwargs: 其他请求参数
core/http_client.py:85
↓ 10 callersFunctionresolve_timeout
(extra: dict[str, Any], keys: tuple[str, ...], default: int)
core/registration/helpers.py:15
↓ 10 callersMethodset_default_timeout
(self, timeout)
tests/test_chatgpt_payment_link.py:3913
↓ 10 callersMethodset_subtask
绑定当前线程的子任务标签。子任务结束后调 ``clear_subtask`` 解绑。 ``subtask_id`` 是稳定标识(如 ``worker_1``);``label`` 是给前端 展示的人类可读标题(如"账号 #1")。
application/tasks.py:484
↓ 9 callersFunction_extract_credential
从 account 对象提取凭证,支持直接属性和 credentials 列表两种结构。
platforms/chatgpt/cpa_upload.py:40
↓ 9 callersFunction_get_cookies
(page)
platforms/chatgpt/browser_register.py:1665
↓ 9 callersFunction_has_security_challenge
(page)
platforms/chatgpt/payment.py:3428
↓ 9 callersFunction_int_value
(value: Any)
platforms/chatgpt/stripe_http.py:415
↓ 9 callersFunction_is_chatgpt_success_url
支付完成后的"成功跳回"判定。 PayPal 完成后跳回的目的页历史上是 ``chatgpt.com``,但部分账号 / 部分 plan / 新版 cashier 流程会跳到 ``pay.openai.com``(OpenAI 自家收银台 域名)—— 两者都视为成功。判定只
platforms/chatgpt/payment.py:6614
↓ 9 callersFunction_result_text
(result: Any, key: str)
platforms/chatgpt/protocol_mailbox.py:37
↓ 9 callersFunction_run_step_with_retries
( label: str, action, *, page=None, log: Callable[[str], None], attempts: int = 3,
platforms/chatgpt/payment.py:1079
↓ 9 callersFunction_wait_for_any_selector
(page, selectors: list[str], timeout: int = 30)
platforms/chatgpt/browser_register.py:703
↓ 9 callersMethodclear_subtask
(self)
application/tasks.py:493
↓ 9 callersMethodcookies
(self)
core/oauth_browser.py:360
↓ 9 callersFunctionensure_utc_datetime
(value: datetime | str | None)
core/datetime_utils.py:6
↓ 9 callersMethodexecute_action
(self, command, *, log_fn=None, cancel_check)
tests/test_platform_action_task.py:49
↓ 9 callersFunctiongetPlatforms
(options?: { force?: boolean })
frontend/src/lib/app-data.ts:77
↓ 9 callersFunctiongetTaskStatusText
(status: string, language?: Language)
frontend/src/lib/tasks.ts:35
↓ 9 callersMethodget_fields
(self)
core/db.py:159
↓ 9 callersMethodget_proxy
(self)
providers/proxy/api_extract.py:99
↓ 9 callersMethodnew_context
(self, **kwargs)
platforms/_bitbrowser.py:326
↓ 9 callersMethodregister
(self, email: str = None, password: str = None)
platforms/gopay/plugin.py:361
↓ 9 callersMethodresolve_runtime_settings
(self, provider_type: str, provider_key: str, overrides: dict | None = None)
infrastructure/provider_settings_repository.py:39
↓ 9 callersMethodrun
(self, ctx: RegistrationContext)
core/registration/flows.py:128
↓ 9 callersFunctionsave_account
从 base_platform.Account 存入数据库(同平台同邮箱则更新)
core/db.py:324
↓ 9 callersMethodwait_for_url
( self, predicate: Callable[[str], bool], *, timeout: int = 300, inter
core/oauth_browser.py:327
↓ 8 callersFunction_account_extra
从 ``AccountModel`` 通过 ``build_platform_account`` 读出统一 extra。 主项目里 ``AccountModel`` 自身只有 platform/email/password/user_id 这 几列,``extra`` 实际上是从
application/gopay_pay_chatgpt.py:669
↓ 8 callersFunction_bool_param
(params: dict, key: str, default: bool)
platforms/chatgpt/plugin.py:33
↓ 8 callersFunction_create_account
(client, **overrides)
tests/test_api_accounts.py:20
↓ 8 callersFunction_extract_auth_error_text
(page)
platforms/chatgpt/browser_register.py:1256
↓ 8 callersMethod_gen_signin_fwcim
生成 signin.aws 页面的真实 FWCIM fingerprint.
platforms/kiro/core.py:328
↓ 8 callersFunction_make_protocol_dispatch_account
()
tests/test_chatgpt_payment_link.py:6823
↓ 8 callersFunction_mutate_task
(task_id: str, fn: Callable[[TaskModel], None])
application/tasks.py:104
↓ 8 callersFunction_normalize_url
(target_url: str, base_url: str = OPENAI_AUTH)
platforms/chatgpt/browser_register.py:1972
↓ 8 callersFunction_patch_post
(monkeypatch, fn)
tests/test_browser_backend.py:41
↓ 8 callersMethod_proto_post
( self, method: str, body: bytes, *, account_id: str = "", org
platforms/windsurf/core.py:439
↓ 8 callersFunction_stream_artifact
(artifact: ExportArtifact)
api/accounts.py:85
↓ 8 callersFunction_timestamp_name
(prefix: str, suffix: str)
application/account_exports.py:47
↓ 8 callersFunction_wait_and_force_fill_by_id
轮询等 ``#id`` 出现 → JS 设值 → 校验值写进去了。没写进就重试。 专治 PayPal 统一 guest 表单里 ``forced-with-password-flow`` 段(密码/生年 月日/漢字+片假名姓名)的**懒加载/异步渲染**:这一段在主字段之后才挂到
platforms/chatgpt/payment.py:5462
← previousnext →101–200 of 4,268, ranked by callers