https://github.com/jckimble/signalgateway
A small tool for sending messages to signal
https://github.com/jckimble/signalgateway
broken
Last synced: about 1 year ago
JSON representation
A small tool for sending messages to signal
- Host: GitHub
- URL: https://github.com/jckimble/signalgateway
- Owner: jckimble
- Created: 2023-02-26T04:18:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-01T05:59:25.000Z (about 3 years ago)
- Last Synced: 2025-02-09T10:23:43.695Z (over 1 year ago)
- Topics: broken
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
First run
Step 1: ./signalgateway -phone +{phonenumber} -register
Step 2: enter code when you get it.
Step 3: kill it
Step 4: ./signalgateway -phone +{phonenumber}
Step 5: Profit?
Options
-phone full phone number required
-register only need for first run to register the number
-port change the default port number which is :8080
-webhook upload to server
API Usage
POST http://localhost:8080/signal
Fields
contact: phone number to send to
message: message to send
attachment: file upload
curl -F "contact=+{number}" -F "attachment=@test.jpg" http://localhost:8080/signal