Signald: Difference between revisions
→Registration fails with "error registering with server": project is discontinued. Therefore as the open bug won't get fixed anymore changing "open bug" to "unfixed bug" |
→Tips and tricks: Link to the signal-cli website |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
=== Registration === | === Registration === | ||
NOTE: The registration process described here was still [https://gitlab.com/signald/signald/-/issues/372 broken] when the project was discontinued. Please refer to the [[Signald#Troubleshooting|troubleshooting section]] below for a workaround using signal-cli. | |||
Connect and register a phone number of an existing Signal account using following command. It will print a QR code which you can scan on your mobile device. Navigate to "Settings -> Linked devices" on your mobile app. | Connect and register a phone number of an existing Signal account using following command. It will print a QR code which you can scan on your mobile device. Navigate to "Settings -> Linked devices" on your mobile app. | ||
| Line 30: | Line 32: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Sometimes you'll have to generate and supply a [https://signald.org/articles/captcha/ captcha verification code] to this command by using the <code>--captcha</code> parameter | Sometimes you'll have to generate and supply a [https://signald.org/articles/captcha/ captcha verification code] to this command by using the <code>--captcha</code> parameter. | ||
In the last step, enter the verification number you received via SMS using this command | In the last step, enter the verification number you received via SMS using this command | ||
| Line 91: | Line 93: | ||
== Tips and tricks == | == Tips and tricks == | ||
=== Similar projects === | |||
[https://github.com/AsamK/signal-cli signal-cli] is the successor of Signald and the project recommended all former users to migrate towards it. | |||
=== Python chat bot === | === Python chat bot === | ||