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

Function _store_tg_session

IntelOSINT.py:2133–2137  ·  view source on GitHub ↗
(session_value)

Source from the content-addressed store, hash-verified

2131
2132
2133def _store_tg_session(session_value):
2134 value = str(session_value or "").strip()
2135 if not value:
2136 return
2137 keyring.set_password(TG_SESSION_KEYRING_SERVICE, TG_SESSION_KEYRING_USER, value)
2138
2139
2140def _load_tg_session():

Callers 4

__init__Method · 0.85
save_credsMethod · 0.85
tg_send_codeMethod · 0.85
tg_verify_codeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected