bluebubbles
bluebubbles
¶
BlueBubblesChannel — BlueBubbles (iMessage bridge) adapter.
Classes¶
BlueBubblesChannel
¶
BlueBubblesChannel(url: str = '', *, password: str = '', bus: Optional[EventBus] = None)
Bases: BaseChannel
BlueBubbles (iMessage bridge) channel adapter.
| PARAMETER | DESCRIPTION |
|---|---|
url
|
BlueBubbles server URL. Falls back to
TYPE:
|
password
|
BlueBubbles server password. Falls back to
TYPE:
|
bus
|
Optional event bus for publishing channel events.
TYPE:
|
Source code in src/openjarvis/channels/bluebubbles.py
Functions¶
connect
¶
Mark as connected (send-only — no persistent connection).
Source code in src/openjarvis/channels/bluebubbles.py
disconnect
¶
send
¶
send(channel: str, content: str, *, conversation_id: str = '', metadata: Dict[str, Any] | None = None) -> bool
Send an iMessage via the BlueBubbles API.
Source code in src/openjarvis/channels/bluebubbles.py
status
¶
status() -> ChannelStatus