No description
Find a file
2022-04-05 14:38:53 -07:00
.gitignore missed a few renames 2021-07-06 20:17:17 -07:00
.gitlab-ci.yml Add a README 2021-07-06 20:14:33 -07:00
README.md Add a README 2021-07-06 20:14:33 -07:00
signal-captcha-helper.vala clear cache while initializing webview to aleviate issues caused by signal changing their page 2022-04-05 14:38:53 -07:00

Signal Captcha Helper

Signal's captcha system is designed to be used in an embedded browser. This utility provides that and the bare minimum to parse the resulting token.

pre-compiled binary

no need to install valac

build

if you can't or don't want to use the pre-compiled binaries

valac --pkg gtk+-3.0 --pkg webkit2gtk-4.0 signal-captcha-helper.vala

use

The captcha token is output to standard out when the program completes, so you probably want to launch this tool from the terminal so you can see the output. There are no options (for now), so just invoke it directly:

./signal-captcha-helper