diff --git a/Home.md b/Home.md index 2a53ca0..ea8cf93 100644 --- a/Home.md +++ b/Home.md @@ -5,7 +5,9 @@ See the [man page](https://github.com/AsamK/signal-cli/blob/master/man/signal-cl ### signal-cli scripts/examples + * Bash scripts: + * https://github.com/meribold/signal-cli.bash (with message notification) * https://github.com/TopView/signal-say (without message notification) * https://gist.github.com/n8fr8/9a4b693a6985ba97d5ce4632143f8994 (Simple batch sending script) @@ -13,15 +15,20 @@ See the [man page](https://github.com/AsamK/signal-cli/blob/master/man/signal-cl * https://github.com/xyz-nobody/signal-cli-tools-script (An automatic answering chatbot with forwarding of the initial message to a new number) * Python scripts: + * https://github.com/mh-g/python-signal-cli (with message notifications) * https://github.com/pippcat/signalbot/ (to forward signal messages via mail or SMS) * https://github.com/johnfreed/signalmail/ (to forward signal messages via mail) * https://github.com/woifes/mqtt-signal-cli-gateway (send signal messages to mqtt and vice versa) - * https://gitlab.com/morph027/signal-cli-dbus-gateway (send signal messages via REST api) + * https://gitlab.com/morph027/python-signal-cli-rest-api/ (send signal messages via REST api) * https://github.com/digitalbodhi/sigmsg (send via REST API and a receive msg async eventloop relying directly on the signal-cli docker image in json-rpc mode) * https://github.com/yjeanrenaud/signal-cli-bot (a simple chatbot framework to build a signal (news) channel) * https://github.com/yjeanrenaud/signal-cli-newschannel (send updates of an RSS feed via signal as a signal (news) channel. It depends on [signal-cli-bot](https://github.com/yjeanrenaud/signal-cli-bot)) +* Python libs: + + * https://gitlab.com/morph027/pysignalclijsonrpc - Python interface to JSON-RPC service + * Docker images: * https://github.com/bbernhard/signal-cli-rest-api (REST API) @@ -65,6 +72,4 @@ See the [man page](https://github.com/AsamK/signal-cli/blob/master/man/signal-cl * A Curses-backed terminal interface for Signal - * https://github.com/jwoglom/signal-curses - - + * https://github.com/jwoglom/signal-curses \ No newline at end of file