Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CScorza/IntelOSINT
/ _load_tg_session
Function
_load_tg_session
IntelOSINT.py:2140–2144 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2138
2139
2140
def
_load_tg_session():
2141
try
:
2142
return
keyring.get_password(TG_SESSION_KEYRING_SERVICE, TG_SESSION_KEYRING_USER) or
""
2143
except
Exception:
2144
return
""
2145
2146
2147
def
_clear_tg_session():
Callers
1
telegram_session
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected