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:
account¶ (
AccountNumber) – The Signal account to use (e.g., “+12345678901”).connection¶ (
str) – The connection string used to communicate with signal-cli. See classes insignal_bot_framework.transportfor supported forms.
- Raises:
NotImplementedError – When the URI scheme in
connectionis not supported by an existingJsonRpcTransport.- Return type: