signal-http
v0.0.3
Published
Access signal-cli (Signal Messenger) over http (POST to send, webhooks to receive)
Readme
signal-http
Access signal-cli (Signal Messenger) over http: POST to send, webhooks to receive incoming messages.
First Time Configuration
- Fork & clone this repo to your local machine.
- Install all the node dependencies with
yarnornpm installor equivalent. - Duplicate the file
./.env.exampleinto./.env, and fill in as appropriate. - Register your number with signal using by running the
./register.shscript (follow the instructions within it) - You can test whether it worked with the
./test.shscript - Save an image to
./avatar.png, then run./update-profile.shto update your signal bot's avatar and display name
Start Server to Listen for Incoming Messages
yarn start(or equivalent like npm start)
