aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo Ramos2023-11-09 20:23:23 +0100
committerGuillermo Ramos2023-11-09 20:33:52 +0100
commit6e757bdd1eb211affcc7299b9398589eef17c2ab (patch)
tree41d3f31e9400f8bea9a59f108cdfbcf0030974d1
parent13e34af4b700127507298a489f25ad8c2fae6a42 (diff)
downloadwaev-6e757bdd1eb211affcc7299b9398589eef17c2ab.tar.gz
Improve READMEHEADmaster
-rw-r--r--README.md11
-rw-r--r--ejemplo.pngbin0 -> 272685 bytes
2 files changed, 10 insertions, 1 deletions
diff --git a/README.md b/README.md
index f4ad79c..233ca61 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,17 @@
# Waev (WhatsApp Exports Viewer)
+WhatsApp lets you export conversations in a format consisting on a plaintext file and its related
+attachments. Waev parses that exports and renders them in a way very similar to the original
+conversation. This way you can backup important conversations indefinitely, and review them from any
+device.
+
+## Totally real sample
+
+![directed_by_quentin_inventino](ejemplo.png)
+
## Internal export format
-Each format is a folder inside `exports_path` with the following structure:
+Each export (conversation) is a folder inside `exports_path` with the following structure:
export1/
chat.txt
diff --git a/ejemplo.png b/ejemplo.png
new file mode 100644
index 0000000..8d44e28
--- /dev/null
+++ b/ejemplo.png
Binary files differ