signal-bot
A simple bot framework for Signal (by aaronetz)
signal-cli
signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger. (by AsamK)
signal-bot | signal-cli | |
---|---|---|
4 | 63 | |
135 | 3,460 | |
0.0% | 2.3% | |
0.0 | 9.2 | |
about 4 years ago | 10 days ago | |
Java | Java | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
signal-bot
Posts with mentions or reviews of signal-bot.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-12-31.
- [Signal] API Signal
-
Signal Bots
Seems like someone has done it already in Java. It might be useful to get some inspiration from this.
- Signal API
-
Question about Signal API
Signal bot written in Java
signal-cli
Posts with mentions or reviews of signal-cli.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-05.
-
How Beeper Mini Works
Not official but this works darn well: https://github.com/AsamK/signal-cli
- Ask HN: What are some unpopular technologies you wish people knew more about?
-
Privacy is Priceless, but Signal is Expensive
If you want one for just personal use; this works well: https://github.com/AsamK/signal-cli
Just sign up with a Twilio number (using voice call) and you can make your own bot.
-
What is your go to notification service?
Here is my docker compose, maybe it is helpful: signal: #registerung tutorial # signal-cli --username +12345678 register --voice --captcha censored # https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha # https://signalcaptchas.org/registration/generate.html IN CHROME # signal-cli -u +12345678 verify 123456 # signal-cli -u +1234567 send -m "This is a message" +12345678 #curl -X POST -H "Content-Type: application/json" -d '{"message": "bliblob", "number": "+41824174983", "recipients": ["+21412430"]}' 'http://signal:8080/v2/send' #external testing image: bbernhard/signal-cli-rest-api:latest container_name: signal restart: unless-stopped hostname: signal networks: - monitoring volumes: - /docker/prometheus/signal/client:/root/.local/share/signal-cli - /docker/prometheus/signal/client:/home/.local/share/signal-cli labels: - com.centurylinklabs.watchtower.enable=true environment: - USE_NATIVE=0 signalweb: # curl -X POST localhost:9100/api/v2/alertmanager -d '{"alerts": [{"status": "firing","labels": {"alertname": "test"},"annotations": {"message": "Test alert."}}]}' image: registry.gitlab.com/schlauerlauer/alertmanager-webhook-signal:latest container_name: signalweb restart: unless-stopped hostname: signalweb networks: - monitoring volumes: - /docker/prometheus/signal/web/config.yml:/root/config.yaml labels: - com.centurylinklabs.watchtower.enable=true
- Is it possible to create Signal chat bot?
-
VOIP software/app for Apple devices with calls & sms?
Yes, using the signal-cli program. It has a built in JSON RPC API that can be used to develop application integrations
-
Signal-CLI and Desktop (no phone)
Last commit was 2 days ago so it should still work: https://github.com/AsamK/signal-cli
-
Read Android notifications and send corresponding mqtt messages.
Sorry to hear. Then the cheap backup may be a Signal CLI forwarded over to mqtt CLI
-
Created a Telegram bot to remotely control my windows PC
build, install and configure/register signal-cli. The code snippet below assumes you are running it in multi-account mode, but I'll leave a comment where it matters
-
I finally finished my guide to set up UPS Discord notifications + clean shut downs on Ubuntu server
No official API that is public from what I can tell, but appears this works https://github.com/AsamK/signal-cli
What are some alternatives?
When comparing signal-bot and signal-cli you can also consider the following projects:
libsignal-protocol-java - Signal Protocol library for Java/Android
apprise - Apprise - Push Notifications that work with just about every platform!
libsignal-protocol-javascript - This library is no longer maintained. libsignal-protocol-javascript was an implementation of the Signal Protocol, written in JavaScript. It has been replaced by libsignal-client’s typesafe TypeScript API.
signal-cli-rest-api - Dockerized Signal Messenger REST API
signalbot - Micro framework to create your own signal bots.
signald