• @[email protected]
    link
    fedilink
    22
    edit-2
    8 months ago

    Was denkt Signal was ich vor habe? In 10 Jahren extra das handy mit 220GB mehr Speicher zu kaufe damit ich deren Versäumnis im Datenexport kompensiere und diesen blob immer weiter schleppe?

    Signal denkt wohl, dass niemand ernsthaft Signal nutzt um seine Photos aufzubewahren. Die Sache ist wohl eher so gedacht, dass man die Photos, die man behalten möchte, zeitnah anderweitig speichert, was mir persönlich auch nachvollziehbar erscheint. Wie auch immer. Ein integrierter Export wäre natürlich trotzdem nicht das schlechteste.

    Du kannst mal folgendes probieren:

    signal-export

    Export chats from the Signal Desktop app to Markdown and HTML files with attachments. Each chat is exported as an individual .md/.html file and the attachments for each are stored in a separate folder. Attachments are linked from the Markdown files and displayed in the HTML (pictures, videos, voice notes).

    Currently this seems to be the only way to get chat history out of Signal!

    Adapted from mattsta/signal-backup, which I suspect will be hard to get working now.

    Example

    An export for a group conversation looks as follows:

    [2019-05-29, 15:04] Me: How is everyone?
    [2019-05-29, 15:10] Aya: We’re great!
    [2019-05-29, 15:20] Jim: I’m not.

    Images are attached inline with ![name](path) while other attachments (voice notes, videos, documents) are included as links like [name](path) so a click will take you to the file.

    This is converted to HTML at the end so it can be opened with any web browser. The stylesheet .css is still very basic but I’ll get to it sooner or later.

    […]

    Quelle: https://github.com/carderne/signal-export

    Ich hab es eben mal schnell für dich ausprobiert und zumindest bei mir funktioniert es problemlos und war ein Aufwand von nicht mal 5 Minuten.

    Edit:

    Falls das nicht funktioniert: Die ganzen Bilder liegen auch einzeln auf der Platte unter:

    Linux:

    ~/.config/Signal/attachments.noindex/

    Windows:

    %APPDATA%\Signal\attachments.noindex

    Allerdings wohl ohne Dateiendung.