Package to build Signal bots
Project description
Signal Bot Framework
Todo
Deprecated
Micro framework to create your own signal bots. Just fork this repository and extend it with your commands. The API builds on top of https://github.com/bbernhard/signal-cli-rest-api which provides a Websocket/REST API for https://github.com/AsamK/signal-cli.
How to run the bot
- Follow the instructions in
bot.py
docker-compose up
Currently, the bot can only listen in groups and not direct messages. You can create a group with yourself and use the bot there.
How to implement a new command
- Create a new file in the
commands
folder - Inherit from
Command
and implementhandle
to react on incomming messages - Optionally, overwrite
init
to schedule tasks or to perform tasks before listening for messages
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
signalbot-0.0.1.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for signalbot-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d098e0cf123280464ada6a5fda5dd964c525222b996ec88d6d6130f2c591f3fb |
|
MD5 | 6ebd597f743bc103426e6b6b61778b01 |
|
BLAKE2b-256 | aeeef0b1e9b7afbb80b206688e1c06edefe6170524cdd6ce21384316ab4d8c6b |