MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / __init__

Method __init__

IntelOSINT.py:549–550  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

547
548class ScrapeTaskManager:
549 def __init__(self):
550 self.tasks = {}
551
552 def _scrape_headers(self, platform):
553 # Header/cookie profile più realistico e riusabile tra richieste HTTP e Playwright.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected