WhatsApp Backup Google Drive Downloader Decryptor
Project description
WhatsApp Backup Google Driver Downloader Decryptor
Usage
Prerequisites
-
Clone repository
git clone https://github.com/giacomoferretti/whatsapp-backup-downloader-decryptor
-
Write down your backup decryption key
- RECOMMENDED: create a folder named
keys
and store your key there
- RECOMMENDED: create a folder named
Using Poetry
-
Install dependencies
poetry install
-
Get token
poetry run wabdd token YOUR_GOOGLE@EMAIL.ADDRESS
-
Download backup
poetry run wabdd download --token-file /tokens/YOUR_GOOGLE_EMAIL_ADDRESS_token.txt
-
Decrypt backup
poetry run wabdd decrypt --key-file keys/PHONE_NUMBER_decryption.key dump backups/PHONE_NUMBER_DATE
Using Docker
-
Build docker image
docker build . -t wabdd:0.1.0
-
Get token
docker run -it --rm --user $(id -u):$(id -g) -v $(pwd)/tokens:/tokens wabdd:0.1.0 token YOUR_GOOGLE@EMAIL.ADDRESS
-
Download backup
docker run -it --rm --user $(id -u):$(id -g) -v $(pwd)/backups:/backups -v $(pwd)/tokens:/tokens wabdd:0.1.0 download --token-file /tokens/YOUR_GOOGLE_EMAIL_ADDRESS_token.txt
-
Decrypt backup
docker run -it --rm --user $(id -u):$(id -g) -v $(pwd)/backups:/backups -v $(pwd)/keys:/keys wabdd:0.1.0 decrypt --key-file keys/PHONE_NUMBER_decryption.key dump backups/PHONE_NUMBER_DATE
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wabdd-0.1.0.tar.gz
(13.0 kB
view details)
Built Distribution
wabdd-0.1.0-py3-none-any.whl
(17.5 kB
view details)
File details
Details for the file wabdd-0.1.0.tar.gz
.
File metadata
- Download URL: wabdd-0.1.0.tar.gz
- Upload date:
- Size: 13.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.4-101.fc39.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce8b389ba5ebe3d3dce7a2929a048427a3ac57409dc0551e992c1722465fbebb |
|
MD5 | 9298ca7eba0170376684c1def0494a02 |
|
BLAKE2b-256 | 7e29a4c31495a48a3d79fdade0650c71d3e083e8394e1618939694918583648e |
File details
Details for the file wabdd-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: wabdd-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.11.4-101.fc39.x86_64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 89997a71360bf0018399b81b1c5816544ee770f0486e89987a9610b3f63b80cb |
|
MD5 | e49cffa44e3aabb83d2b1fe4bf70bfb8 |
|
BLAKE2b-256 | 3ede9b4d94e6784accb93c2f9e28c3dbe07d0af84d8f1d9fe7f3fb1a692dfb5f |