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

Method __init__

IntelOSINT.py:369–371  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

367class TelegramMonitor:
368
369 def __init__(self):
370 self.active_tasks = {}
371 self.status_data = {}
372
373 async def _monitor_loop(self, target_id, target_name, duration_seconds, creds):
374 client = TelegramClient(StringSession(creds['tg_session']), int(creds['tg_id']), creds['tg_hash'], loop=get_telethon_loop())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected