How to extract WhatsApp backup to Google Drive from the console

WhatsApp It is not a free courier, but sadly it is the most used messaging system in the world, one of its functionality is to be able to back up all our files and conversations in Google Drive, which can be restored by the application when desired. Though whatsapp plus, it also offers us the possibility of accessing this support, this time we want to show you how to extract WhatsApp backup to Google Drive from console using Whatsapp Google Drive Extractor. extract WhatsApp backup on Google Drive

What is WhatsApp Google Drive Extractor?

It is a script of open source, Made in python by the team of EliteAndroidApps, that allows users of WhatsApp on Android power extract the data from your WhatsApp backups that are hosted on Google Drive.

This process is extremely effective, we can do it from our console and in any GNU / LInux distribution. It should be noted that this script allows us to list our backups and the information found in them, in the same way, it synchronizes the backup we want on our computer and also has the possibility that we upload a backup that we have to our cloud to later be restored in our smartphone.

Whatsapp Google Drive Extractor

Whatsapp Google Drive Extractor

How to install WhatsApp Google Drive Extractor?

To install Whatsapp Google Drive Extractor We must have python and configparser installed, for this we must execute the following command in Debian-based distros from our console:

sudo apt-get install build-essential python-dev python-configparser

Once we have fulfilled the necessary dependencies, we must follow the following procedure:

  • Clone the Official Repository of Whatsapp Google Drive Extractor:

git clone https://github.com/EliteAndroidApps/WhatsApp-GD-Extractor.git

  • Edit the connection credentials in «settings.cfg»:

cd WhatsApp-GD-Extractor/

gedit settings.cfg

We replace our google drive username and password.whatsapp settings extractor

I have verified that the username and password is not sent to any server, but I think it is not the safest way to enter the script, so it is important to use it at our own risk.

  • Run WhatsAppGDExtract.py from the console:

python WhatsAppGDExtract.py

How do you use the WhatsApp Google Drive Extractor?

Once we configure the WhatsApp Google Drive Extractor to connect to our google drive account, we must execute it with one of the following commands:

  • To see the help of the Script:

python WhatsAppGDExtract.py -help

  • To see the version and about of the Script:

python WhatsAppGDExtract.py -vers

  • To see the google drive configuration:

python WhatsAppGDExtract.py -info

  • To list the files available to sync:

python WhatsAppGDExtract.py -list

  • To download all the files to your computer:

python WhatsAppGDExtract.py -sync

  • To download a specific backup:

python WhatsAppGDExtract.py -pull "Databases/msgstore.db.crypt12"

This wonderful script will allow us to access our WhatsApp backup in Google Drive and its uses can be many, for example, having a task that allows us to backup our images in the official WhatsApp of our company.

And what use are you going to give to this script? Leave us your comment about it.