MCPcopy Create free account

hub / github.com/WebBreacher/WhatsMyName / functions

Functions34 in github.com/WebBreacher/WhatsMyName

↓ 12 callersFunction_c
Wrap text in an ANSI colour escape — no-op when not writing to a TTY.
scripts/checker/checker.py:48
↓ 4 callersFunction_cs
Colour-wrap a status string.
scripts/checker/checker.py:55
↓ 4 callersFunctionapply_strip_bad_char
(username: str, chars: str)
scripts/checker/checker.py:146
↓ 2 callersFunction_aggregate_status
(checks: list)
scripts/checker/checker.py:336
↓ 2 callersFunction_evaluate_known_check
( http_code: Optional[int], body: str, e_code: int, e_string: str )
scripts/checker/checker.py:304
↓ 2 callersFunction_evaluate_random_check
( http_code: Optional[int], body: str, e_string: str, m_code: int, m_string: str )
scripts/checker/checker.py:318
↓ 2 callersFunction_fetch_via_playwright
Fetch a URL using headless Chromium. Returns (http_code, body).
scripts/checker/checker.py:193
↓ 2 callersFunction_find_chromium
()
scripts/checker/checker.py:112
↓ 2 callersFunctioncode_cell
(expected, received)
scripts/checker/wmn_check.py:134
↓ 2 callersFunctiondetect_blocking
(body: str, code: int)
scripts/checker/checker.py:152
↓ 2 callersFunctiondo_request
( session: requests.Session, url: str, method: str, site_headers: dict, post_body_str: Opt
scripts/checker/checker.py:157
↓ 2 callersFunctiongenerate_random_username
()
scripts/checker/checker.py:140
↓ 2 callersFunctionload_and_format_json
(path)
scripts/sort_format_json.py:24
↓ 2 callersFunctionsort_array_alphabetically
(arr)
scripts/sort_format_json.py:9
↓ 2 callersFunctionstring_found
(expected, check)
scripts/checker/wmn_check.py:140
↓ 1 callersFunction_check_lines
(checks: list)
scripts/checker/wmn_check.py:160
↓ 1 callersFunction_detection_table
Build a compact expected-vs-received table for detection values.
scripts/checker/wmn_check.py:118
↓ 1 callersFunction_known_url_lines
(r: dict)
scripts/checker/wmn_check.py:89
↓ 1 callersFunction_playwright_available
Check once at startup whether Playwright + a Chromium binary are usable.
scripts/checker/checker.py:124
↓ 1 callersFunction_random_passed
True if the random-username check came back ok (detection logic is sound).
scripts/checker/wmn_check.py:40
↓ 1 callersFunction_run_browser_checks
Run known + random checks via Playwright. Returns list of CheckDetail.
scripts/checker/checker.py:245
↓ 1 callersFunctioncategorize
(results: list)
scripts/checker/wmn_check.py:48
↓ 1 callersFunctionload_sites
(data_file: Path)
scripts/checker/checker.py:547
↓ 1 callersFunctionmain
()
scripts/validate_json.py:10
↓ 1 callersFunctionmain
()
scripts/checker/wmn_check.py:323
↓ 1 callersFunctionplaywright_section
(results: list)
scripts/checker/wmn_check.py:223
↓ 1 callersFunctionrender_report
(results: list, cats: dict, ts_str: str, sites_checked: int, workers: int,
scripts/checker/wmn_check.py:255
↓ 1 callersFunctionrender_section
(heading: str, emoji: str, sites: list, **kwargs)
scripts/checker/wmn_check.py:211
↓ 1 callersFunctionreorder_object_keys
(obj, key_order)
scripts/sort_format_json.py:12
↓ 1 callersFunctionrequest_stop
()
scripts/checker/checker.py:106
↓ 1 callersFunctionrun_checker
( sites: list, results_list: list, lock: threading.Lock, progress: dict, max_workers: int
scripts/checker/checker.py:463
↓ 1 callersFunctionsite_block
(r: dict, include_detection: bool = True, include_checks: bool = True,
scripts/checker/wmn_check.py:174
↓ 1 callersFunctionsort_headers
(site)
scripts/sort_format_json.py:19
Functioncheck_site
(site: dict, ua: str)
scripts/checker/checker.py:362