Additional information
Logging¶
The logger name for the library is "signalbot".
It can be imported as from signalbot import LOGGER_NAME.
Persistent storage¶
By default the storage attribute of the signalbot.SignalBot class is in-memory.
Any changes are lost when the bot is stopped or reseted.
For persistent storage, see the SQLiteStorage and
RedisStorage API references and the
storage configuration examples.
Authentication¶
When running signal-cli-rest-api behind an auth-enabled proxy, specify an authentication method
using the auth config attribute — BasicAuthConfig or
BearerAuthConfig.
See the example for more details.