Skip to main content

WhatsApp Backup Google Drive Downloader Decryptor

Project description

WhatsApp Backup Google Driver Downloader Decryptor

Usage

Prerequisites

  1. Clone repository

    git clone https://github.com/giacomoferretti/whatsapp-backup-downloader-decryptor
    
  2. Write down your backup decryption key

    • RECOMMENDED: create a folder named keys and store your key there

Using Poetry

  1. Install dependencies

    poetry install
    
  2. Get token

    poetry run wabdd token YOUR_GOOGLE@EMAIL.ADDRESS
    
  3. Download backup

    poetry run wabdd download --token-file /tokens/YOUR_GOOGLE_EMAIL_ADDRESS_token.txt
    
  4. Decrypt backup

    poetry run wabdd decrypt --key-file keys/PHONE_NUMBER_decryption.key dump backups/PHONE_NUMBER_DATE
    

Using Docker

  1. Build docker image

    docker build . -t wabdd:0.1.0
    
  2. Get token

    docker run -it --rm --user $(id -u):$(id -g) -v $(pwd)/tokens:/tokens wabdd:0.1.0 token YOUR_GOOGLE@EMAIL.ADDRESS
    
  3. 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
    
  4. 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)

Uploaded Source

Built Distribution

wabdd-0.1.0-py3-none-any.whl (17.5 kB view details)

Uploaded Python 3

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

Hashes for wabdd-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ce8b389ba5ebe3d3dce7a2929a048427a3ac57409dc0551e992c1722465fbebb
MD5 9298ca7eba0170376684c1def0494a02
BLAKE2b-256 7e29a4c31495a48a3d79fdade0650c71d3e083e8394e1618939694918583648e

See more details on using hashes here.

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

Hashes for wabdd-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89997a71360bf0018399b81b1c5816544ee770f0486e89987a9610b3f63b80cb
MD5 e49cffa44e3aabb83d2b1fe4bf70bfb8
BLAKE2b-256 3ede9b4d94e6784accb93c2f9e28c3dbe07d0af84d8f1d9fe7f3fb1a692dfb5f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page