Created
April 9, 2024 10:06
-
-
Save jokroese/85dccf042856e4304dade54d3d5710b9 to your computer and use it in GitHub Desktop.
Exporting Signal messages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# requires Signal Desktop | |
brew install --HEAD tbvdm/tap/sigtop | |
mkdir signal-export | |
cd signal-export | |
sigtop export-messages -f text plain-text | |
sigtop export-messages -f json json | |
sigtop export-attachments attachments | |
sigtop export-database signal.sqlite |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment