MCPcopy
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
34def is_logged_in():
35 try:
36 return get_input_box() is not None
37 except AttributeError:
38 return False
39
40def send_message(message):
41 # Send the message

Callers 1

start_browserFunction · 0.85

Calls 1

get_input_boxFunction · 0.85

Tested by

no test coverage detected