Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/unclecode/crawl4ai
/ quickstart_async.py
File
quickstart_async.py
docs/examples/quickstart_async.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
os, sys
2
# append parent directory to system path
3
sys.path.append(os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))); os.environ[
'FIRECRAWL_API_KEY'
] =
"fc-84b370ccfad44beabc686b38f1769692"
;
4
Callers
nothing calls this directly
Calls
2
main
Function · 0.70
run
Method · 0.45
Tested by
no test coverage detected