MCPcopy Create free account

hub / github.com/asz798838958/FrciblyK12 / functions

Functions4,268 in github.com/asz798838958/FrciblyK12

↓ 6 callersFunctionwait_for_post_signup_target
(page, timeout_ms: int)
platforms/tavily/browser_register.py:157
↓ 5 callersMethod_account_email
(item: dict[str, Any])
core/outlook_email_mailbox.py:299
↓ 5 callersFunction_as_int
(value: Any)
platforms/windsurf/core.py:34
↓ 5 callersFunction_build_browser_headers
( *, user_agent: str, accept: str, referer: str = "", origin: str = "", content_type:
platforms/chatgpt/browser_register.py:1849
↓ 5 callersFunction_build_proxies
(proxy: Optional[str])
platforms/chatgpt/payment.py:238
↓ 5 callersFunction_chatgpt_export_payload
(item: AccountRecord)
application/account_exports.py:84
↓ 5 callersFunction_cursor_headers
(token: str)
platforms/cursor/switch.py:20
↓ 5 callersFunction_decode_jwt_payload
(token: str)
platforms/chatgpt/cpa_upload.py:17
↓ 5 callersMethod_ensure_unique_fields
(self, *, email: str | None = None, mobile: str | None = None, exclude_user_id: int | None = None)
customer_portal_api/app/services/portal.py:835
↓ 5 callersMethod_exec
调用 signin.aws execute API.
platforms/kiro/core.py:343
↓ 5 callersFunction_extract_callback_url_from_exception
(exc: Exception)
platforms/chatgpt/browser_register.py:2432
↓ 5 callersFunction_fill_visible_input_entry
(entry: dict | None, value: str)
platforms/chatgpt/browser_register.py:3919
↓ 5 callersFunction_find_first_selector
(page, selectors: list[str])
platforms/chatgpt/browser_register.py:692
↓ 5 callersFunction_first_match
(html: str, patterns)
platforms/chatgpt/paypal_http.py:219
↓ 5 callersFunction_first_msg
(fields: list[ProtoField], number: int)
platforms/windsurf/core.py:149
↓ 5 callersFunction_force_select_native_option
对原生 ``<select>``(含 Stripe ``.Select-source`` 这种**视觉隐藏**的) 用 JS 直接命中 option 并设值——参考 GuJumpgate ``fillHostedBillingState`` / ``selectHostedOptio
platforms/chatgpt/payment.py:1492
↓ 5 callersMethod_get_headers
(self, referer: str = None, accept: str = None)
platforms/openblocklabs/core.py:107
↓ 5 callersFunction_idx_of
(needle: str)
tests/test_chatgpt_payment_protocol.py:2353
↓ 5 callersFunction_int_config
(value: Any, default: int)
application/tasks.py:877
↓ 5 callersMethod_json_post
(self, path: str, payload: dict[str, Any], *, referer: str = "/account/register")
platforms/windsurf/core.py:417
↓ 5 callersFunction_launch_chromium
(pw, launch_opts: dict)
platforms/windsurf/browser_register.py:50
↓ 5 callersFunction_locator_visible
(locator)
platforms/chatgpt/payment.py:768
↓ 5 callersMethod_login
(self)
core/any2api_sync.py:27
↓ 5 callersMethod_make_captcha
根据 config 创建验证码解决器
core/base_platform.py:344
↓ 5 callersFunction_make_jwt
(payload: dict)
tests/test_api_accounts.py:14
↓ 5 callersFunction_mask_proxy
脱敏代理 URL 用于日志:只保留 host:port,把 user:pass 替换成 ***。
application/gopay_pay_chatgpt.py:41
↓ 5 callersFunction_modify_response
替换 Playwright response 的 body。 原理:通过 response.request 重新 fetch 并拦截。 这里用更简单的方式:不修改已完成的 response,而是注册 route 在 下次请求时拦截。 实际上对已发生的请求不能 re
platforms/chatgpt/browser_get_rt.py:304
↓ 5 callersFunction_normalize_phone
统一 phone 表示:保留 + 前缀,仅保留数字。
infrastructure/sms_pool_repository.py:32
↓ 5 callersMethod_page_text
(page: Page)
platforms/windsurf/browser_register.py:1671
↓ 5 callersFunction_patch_payment_link_dispatch
(monkeypatch, protocol_result, camoufox_result, calls)
tests/test_chatgpt_payment_link.py:6836
↓ 5 callersFunction_paypal_dob_value_matches
(actual: object, expected: str)
platforms/chatgpt/payment.py:5317
↓ 5 callersFunction_provider_accounts_from_extra
(extra: dict[str, Any])
core/account_graph.py:401
↓ 5 callersFunction_provider_resources_from_extra
(extra: dict[str, Any])
core/account_graph.py:462
↓ 5 callersMethod_read_raw
(self)
application/bitbrowser_profiles.py:56
↓ 5 callersFunction_recover_page_load_if_errored
检测并恢复 Chromium 加载失败页(``chrome-error://chromewebdata/`` 等)。 动态 IP 断流时导航会落到内部错误页。``page.reload()`` 会重新发起上一次 导航请求;最多重试 ``attempts`` 次,恢复成正常 URL
platforms/chatgpt/payment.py:2265
↓ 5 callersFunction_recover_signup_password_page
(page, log)
platforms/chatgpt/browser_register.py:1555
↓ 5 callersMethod_request
(self, action: str, params: dict | None = None, retries: int = 3)
platforms/gopay/sms_channel.py:319
↓ 5 callersMethod_require_platform
(self, platform_code: str)
customer_portal_api/app/services/portal.py:827
↓ 5 callersMethod_safe_click
Полностью безопасный клик с максимальной защитой от ошибок
services/turnstile_solver/api_solver.py:453
↓ 5 callersFunction_save_task_log
(platform: str, email: str, status: str, error: str = "", detail: dict | None = None)
application/tasks.py:118
↓ 5 callersFunction_seed_gopay_account
(*, balance_rp: int = 20000)
tests/test_gopay_pay_chatgpt_task.py:36
↓ 5 callersMethod_serialize_account
(self, item: PortalAccount)
customer_portal_api/app/services/portal.py:1072
↓ 5 callersMethod_serialize_order
(self, item: PortalOrder)
customer_portal_api/app/services/portal.py:979
↓ 5 callersMethod_serialize_task
(self, item: PortalTask)
customer_portal_api/app/services/portal.py:1021
↓ 5 callersMethod_serialize_user
(self, item: PortalUser, *, include_platforms: bool = False)
customer_portal_api/app/services/portal.py:950
↓ 5 callersFunction_try_extract_callback
(url: str)
platforms/chatgpt/browser_register.py:3323
↓ 5 callersFunction_utcnow_iso
()
core/lifecycle.py:25
↓ 5 callersFunction_wait_for_dom_target
( page, script: str, *, label: str, timeout_ms: int, )
platforms/chatgpt/cpa_session.py:485
↓ 5 callersFunction_wait_page_loaded
(page, *, timeout_ms: int, log: Callable[[str], None], label: str = "页面")
platforms/chatgpt/payment.py:1058
↓ 5 callersMethodcancel
(self, _id: str)
platforms/gopay/sms_channel.py:544
↓ 5 callersFunctionextract_page_feedback
(page)
platforms/tavily/browser_register.py:123
↓ 5 callersFunctionfetch
(url: str)
scripts/smoke.py:10
↓ 5 callersFunctionfetch_billing_address
根据地区从 ``meiguodizhi.com`` 拉账单地址。 支持 ``region="US"`` / ``"JP"`` 等地址种子表里的国家码(大小写不敏感)。 地区不在白名单时回退到 US,避免上层调用方传错值导致整个 checkout 流程崩。 ``use_loc
platforms/chatgpt/payment.py:457
↓ 5 callersMethodformat_message
(level, color, message)
services/turnstile_solver/api_solver.py:35
↓ 5 callersMethodget
(self, phone: str)
infrastructure/sms_pool_repository.py:104
↓ 5 callersFunctiongetAccountOverview
(acc: any)
frontend/src/pages/CtfGptPlus.tsx:83
↓ 5 callersFunctiongetCaptchaStrategyLabel
( executorType: string, policy?: CaptchaPolicy, providers?: ProviderOption[], language?: Language, )
frontend/src/lib/config-options.ts:103
↓ 5 callersFunctiongetConfig
(options?: { force?: boolean })
frontend/src/lib/app-data.ts:84
↓ 5 callersFunctiongetConfigOptions
(options?: { force?: boolean })
frontend/src/lib/app-data.ts:91
↓ 5 callersMethodgetItem
(self, k)
platforms/chatgpt/sentinel_vm.py:261
↓ 5 callersFunctiongetPlanState
(acc: any)
frontend/src/pages/CtfGptPlus.tsx:101
↓ 5 callersMethodget_auth
(self)
core/db.py:197
↓ 5 callersMethodget_by_key
(self, provider_type: str, provider_key: str)
infrastructure/provider_definitions_repository.py:569
↓ 5 callersMethodget_config
(self)
core/db.py:191
↓ 5 callersMethodget_last_check_overview
(self)
platforms/gopay/plugin.py:581
↓ 5 callersMethodget_number
购买一个号。返回 ``(phone_e164, order_id)``,失败返回 ``(None, None)``。 **关于 max_price**:它是「价格上限」不是「目标价」。SMSPool 会在不超过 ``max_price`` 的前提下出一个**当时有货
platforms/gopay/sms_channel.py:125
↓ 5 callersFunctioninvalidatePlatformsCache
()
frontend/src/lib/app-data.ts:53
↓ 5 callersFunctionisPhoneBound
(acc: any)
frontend/src/pages/PlusManager.tsx:65
↓ 5 callersMethodis_closed
(self)
tests/test_chatgpt_payment_link.py:7161
↓ 5 callersMethodlist
(self)
infrastructure/proxies_repository.py:22
↓ 5 callersMethodlist_by_type
(self, provider_type: str)
infrastructure/provider_settings_repository.py:19
↓ 5 callersMethodlist_enabled
(self, provider_type: str)
infrastructure/provider_settings_repository.py:57
↓ 5 callersMethodlogout
(self, refresh_token: str)
customer_portal_api/app/services/auth.py:62
↓ 5 callersMethodmake_callback
(self, *, label="")
tests/test_platform_action_task.py:573
↓ 5 callersMethodrun
(self, email: str, password: str = "")
platforms/cursor/browser_register.py:459
↓ 5 callersMethodrun
执行完整的注册流程 支持已注册账号自动登录: - 如果检测到邮箱已注册,自动切换到登录流程 - 已注册账号跳过:设置密码、发送验证码、创建用户账户 - 共用步骤:获取验证码、验证验证码、Workspace
platforms/chatgpt/register.py:2698
↓ 5 callersMethodrun
(self, email: str, password: str)
platforms/trae/browser_register.py:180
↓ 5 callersMethodrun
(self, email: str, password: str)
platforms/kiro/browser_register.py:416
↓ 5 callersMethodsolve_turnstile
(self, page_url: str, site_key: str)
providers/captcha/manual.py:14
↓ 5 callersFunctionsubmit_primary_action
(page, input_selector: Optional[str] = None)
platforms/tavily/browser_register.py:98
↓ 5 callersMethodwait_for_load_state
(self, state, timeout)
tests/test_chatgpt_payment_link.py:683
↓ 4 callersFunction_any_locator_ready
(page, factories)
platforms/chatgpt/payment.py:3267
↓ 4 callersFunction_apply_camoufox_visible_window_limit
( launch_opts: dict, backend_config: BrowserBackendConfig, )
platforms/chatgpt/browser_register.py:30
↓ 4 callersFunction_assert_complete_oauth_callback
(result)
platforms/chatgpt/plugin.py:22
↓ 4 callersMethod_auth_body
(self, session_token: str, *, include_plan_status_flag: bool = False)
platforms/windsurf/core.py:548
↓ 4 callersFunction_auth_timeout_retry_page_state
(page, *, path_patterns: list[str] | None = None)
platforms/chatgpt/browser_register.py:847
↓ 4 callersFunction_bare_engine
()
tests/test_chatgpt_protocol_otp.py:34
↓ 4 callersMethod_bind_refresh_token
(self, refresh_token: str)
platforms/anything/core.py:380
↓ 4 callersFunction_bounded_int
(value: Any, *, default: int, minimum: int, maximum: int)
core/outlook_email_mailbox.py:55
↓ 4 callersMethod_build_args
(self)
platforms/_bitbrowser.py:404
↓ 4 callersMethod_build_get_rt_mailbox_otp_callback
Build an OTP callback from the mailbox resource attached to account.
platforms/chatgpt/plugin.py:658
↓ 4 callersFunction_build_manual_flow_state
(page_type: str, current_url: str)
platforms/chatgpt/browser_register.py:1168
↓ 4 callersFunction_build_proxy_config
(proxy: Optional[str])
platforms/chatgpt/browser_register.py:669
↓ 4 callersFunction_build_state_with_cs
(cs_id: str, *, session, timeout: int = 60)
tests/test_chatgpt_payment_protocol.py:1217
↓ 4 callersFunction_class_defaults
从类属性获取 fallback 默认值(仅在 DB 无数据时使用)。
core/registry.py:41
↓ 4 callersFunction_click_first_no_wait
Click a visible element without waiting for navigation. OpenAI's add-phone page sometimes leaves the submit XHR pending long enough that Play
platforms/chatgpt/browser_register.py:724
↓ 4 callersFunction_close_camoufox_context
(browser_context)
platforms/chatgpt/payment.py:7332
↓ 4 callersFunction_collect_logs
()
tests/test_chatgpt_payment_protocol.py:23
↓ 4 callersFunction_complete_oauth_with_session
(cookies_dict: dict, oauth_start, proxy: str | None, log)
platforms/chatgpt/browser_register.py:2261
↓ 4 callersMethod_cookies
(self)
core/any2api_sync.py:51
← previousnext →301–400 of 4,268, ranked by callers