-
Install the
wabdd
packagepip install wabdd
or by using
pipx
pipx install wabdd
-
Get token (change with your Google account email used in WhatsApp backup settings)
wabdd token YOUR_GOOGLE@EMAIL.ADDRESS
- If you need additional information, check the guide
-
Download backup
wabdd download --token-file /tokens/YOUR_GOOGLE_EMAIL_ADDRESS_token.txt
or with filters (e.g. excluding videos)
wabdd download --exclude "Media/WhatsApp Video/*" --token-file /tokens/YOUR_GOOGLE_EMAIL_ADDRESS_token.txt
-
Decrypt backup (only if end-to-end encryption is enabled)
wabdd decrypt --key-file keys/PHONE_NUMBER_decryption.key dump backups/PHONE_NUMBER_DATE
- Visit https://accounts.google.com/EmbeddedSetup
- Login using the Google account associated in the WhatsApp backup settings.
- You will get the following screen
- Now click on "I agree", the form will load indefinitely.
- Open the Developer Tools using
F12
,CTRL+SHIFT+I
or by right-cliking the page > Inspect - Now go to the Application tab, under Cookies select
https://accounts.google.com
- Copy the value of the
oauth_token
cookie