MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / __init__

Method __init__

backend/app/services/scrapegraph.py:11–12  ·  view source on GitHub ↗
(self, api_key: str)

Source from the content-addressed store, hash-verified

9 """Service for interacting with ScrapeGraphAI API."""
10
11 def __init__(self, api_key: str):
12 self.api_key = api_key
13
14 async def execute_pipeline(
15 self,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected