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

Function run_async

IntelOSINT.py:329–331  ·  view source on GitHub ↗
(coro)

Source from the content-addressed store, hash-verified

327 return telethon_loop
328
329def run_async(coro):
330 loop = get_telethon_loop()
331 return asyncio.run_coroutine_threadsafe(coro, loop).result()
332
333app = Flask(__name__)
334session = requests.Session()

Callers 6

tg_start_monitoringFunction · 0.85
enhanced_scraperMethod · 0.85
tg_sendFunction · 0.85
tg_verifyFunction · 0.85
searchFunction · 0.85
tg_export_csvFunction · 0.85

Calls 1

get_telethon_loopFunction · 0.85

Tested by

no test coverage detected