MCPcopy
hub / github.com/unclecode/crawl4ai / cprint

Function cprint

docs/examples/quickstart_sync.py:30–34  ·  view source on GitHub ↗
(message, press_any_key=False)

Source from the content-addressed store, hash-verified

28
29
30def cprint(message, press_any_key=False):
31 console.print(message)
32 if press_any_key:
33 console.print("Press any key to continue...", style="")
34 input()
35
36def basic_usage(crawler):
37 cprint("🛠️ [bold cyan]Basic Usage: Simply provide a URL and let Crawl4ai do the magic![/bold cyan]")

Callers 13

basic_usageFunction · 0.85
basic_usage_some_paramsFunction · 0.85
screenshot_usageFunction · 0.85
understanding_parametersFunction · 0.85
add_chunking_strategyFunction · 0.85
add_extraction_strategyFunction · 0.85
targeted_extractionFunction · 0.85
interactive_extractionFunction · 0.85
multiple_scripFunction · 0.85
using_crawler_hooksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…