Git Product home page Git Product logo

wa-gd's Introduction

WhatsApp Chat Extract From Google Drive.

Allows WhatsApp users on Android to extract their backed up WhatsApp data from Google Drive.

Requirement

Stp.1: Make Sure Android device with WhatsApp installed and the Google Drive backup feature enabled.

Step.2: You Know The device's Android ID. Type This Command After connect ADB adb shell settings get secure android_id

Step.3: Google account login credentials (email and password). One Time Need.

How to use

Step.1: Extract WA-GD-master.zip.

Step.2: Install dependencies: Run python3 install -r requirements.txt from your command Terminal

Step.3: Update Dependencies pip install gpsoauth && pip install requests==2.23.0

Step.4: Edit the [auth] section in settings.cfg paste Your Email & Password or Android ID

Step.5: Run python3 WhatsAppGDExtract.py sync And Get All Your WhatsApp Data.

Watch Video For More Information.

YouTube Video

Check Out More Hacking Course

Disclaimer

Linuxndroid Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
DroidSpy is built for both Educational and Internal use ONLY.


Made with ❤️ By Linuxndroid

Credit TripCode

Follow Me on :

Instagram

Youtube

Browser

wa-gd's People

Contributors

linuxndroid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wa-gd's Issues

Possible error due to corrupt backup. Possible to fix?

I'm getting the error below:

Traceback (most recent call last):
  File "/home/orbitsrv/WA-GD/WhatsAppGDExtract.py", line 248, in main
    print("Backup Size:{} Upload Time: {}".format(human_size(int(backup["sizeBytes"])), backup["updateTime"]))
KeyError: 'sizeBytes'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/orbitsrv/WA-GD/WhatsAppGDExtract.py", line 260, in <module>
    main(sys.argv)
  File "/home/orbitsrv/WA-GD/WhatsAppGDExtract.py", line 253, in main
    human_size(int(backup["sizeBytes"])),
KeyError: 'sizeBytes'

Is it possible to fix? I have a doubt that it could be because my backup is corrupt and hence shows the size as 0 bytes which the current code might not be expecting. Is it possible to fix it ad allow to download the corrupted backup as well?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.