Skip to content

Instantly share code, notes, and snippets.

@SpawnY0815
SpawnY0815 / InstallSignalEN.py
Last active February 2, 2022 06:50 — forked from Vic3198/InstallSignalEN.py
Simple Python script for automating the installation of signal-cli, the DBus service, and registering a new user. It worked well for me and saved me a lot of time for each time I had to reinstall signal-cli on a new machine, but I cannot 100% guarantee that it will work for you.
#!/usr/bin/env python
#coding: utf-8
#
# Run this file with superuser rights ('sudo') to install the Signal client
input("Welcome to the signal-cli install wizard.\nPress ENTER when you are ready.")
import os