From 19aef948715674e36296582988bdbb2e94d76eb3 Mon Sep 17 00:00:00 2001 From: digitalbodhi <117323139+digitalbodhi@users.noreply.github.com> Date: Wed, 2 Nov 2022 23:06:36 -0400 Subject: [PATCH] fixing bulleting --- Home.md | 50 ++++++++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/Home.md b/Home.md index 7618f48..9e5a71e 100644 --- a/Home.md +++ b/Home.md @@ -6,63 +6,61 @@ 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) - https://github.com/camwebb/signal-cli-wrapper (Script for easier use of signal-cli) - https://github.com/xyz-nobody/signal-cli-tools-script (An automatic answering chatbot with forwarding of the initial message to a new number) + * 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) + * https://github.com/camwebb/signal-cli-wrapper (Script for easier use of signal-cli) + * 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://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)) - https://github.com/digitalbodhi/sigmsg (simple implementation to send and receive messages using the docker image in json mode) + * 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://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)) * Docker images: - https://github.com/bbernhard/signal-cli-rest-api (REST API) - https://github.com/git-developer/signal-mqtt (MQTT gateway) - https://github.com/dtaylor7/signal-cli-lambda-layer (Lambda Layer) + * https://github.com/bbernhard/signal-cli-rest-api (REST API) + * https://github.com/git-developer/signal-mqtt (MQTT gateway) + * https://github.com/dtaylor7/signal-cli-lambda-layer (Lambda Layer) * Simple integration with Check_MK / OMD - https://github.com/mh-g/check-mk_signal-cli + * https://github.com/mh-g/check-mk_signal-cli * PAM authentication integration - https://github.com/kb100/signal-authenticator + * https://github.com/kb100/signal-authenticator * A module for a popular IRC bouncer - https://github.com/poppyschmo/znc-signal + * https://github.com/poppyschmo/znc-signal * Send Signal messages from GNU Emacs - https://github.com/mrkrd/signal-msg + * https://github.com/mrkrd/signal-msg * A PHP client for Signal - https://github.com/merlinthemagic/MTM-Signal + * https://github.com/merlinthemagic/MTM-Signal ### Terminal / TUI clients * A simple terminal user interface for Signal - https://github.com/isamert/scli/ + * https://github.com/isamert/scli/ * A TUI for signal messenger, written in Go - https://github.com/derricw/siggo + * https://github.com/derricw/siggo * A Curses-backed terminal interface for Signal - https://github.com/jwoglom/signal-curses + * https://github.com/jwoglom/signal-curses