Signal-Bot

signal_bot_framework: An async Signal messenger bot framework, utilizing signal-cli.

Get started with signal_bot_framework.create().

Looking for high-level interfaces? Check out signal_bot_framework.protocol.

async signal_bot_framework.create(account, connection='ipc://')

Create an instance of SignalBot.

Parameters:
Raises:

NotImplementedError – When the URI scheme in connection is not supported by an existing JsonRpcTransport.

Return type:

SignalBot