Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danielgross/whatsapp-gpt
/ is_logged_in
Function
is_logged_in
server.py:34–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
return
candidate
33
34
def
is_logged_in():
35
try
:
36
return
get_input_box() is not None
37
except
AttributeError:
38
return
False
39
40
def
send_message(message):
41
# Send the message
Callers
1
start_browser
Function · 0.85
Calls
1
get_input_box
Function · 0.85
Tested by
no test coverage detected