Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
329
def
run_async(coro):
330
loop = get_telethon_loop()
331
return
asyncio.run_coroutine_threadsafe(coro, loop).result()
332
333
app = Flask(__name__)
334
session = requests.Session()
Callers
6
tg_start_monitoring
Function · 0.85
enhanced_scraper
Method · 0.85
tg_send
Function · 0.85
tg_verify
Function · 0.85
search
Function · 0.85
tg_export_csv
Function · 0.85
Calls
1
get_telethon_loop
Function · 0.85
Tested by
no test coverage detected