Code Monkey home page Code Monkey logo

node-whatsapp-drive-extractor's Introduction

node-whatsapp-drive-extractor

"Monthly Download" "Latest Release" MIT license

Download your synced WhatsApp medias from Google Drive backup

script preview

Requirement

  • NodeJS v8~ ONLY (apparently there is some bug that prevents higher version of NodeJS from logging in to Google's servers)
  • Retrieve your Device Id using this
  • Tested on Node v8.16.2

Usage

Usage:
        $ waex
Options
        --email, -e     Set your Google login email (compulsory)
        --password, -p  Set your Google password, Read troubleshooting if you have problem (compulsory)
        --phone, -n     Set your phone number (compulsory)
        --devid, -i     Set your device Id (compulsory)

        # either one of the commands below is needed
        --list, -l          List all available files to download
        --download, -d      Download all available files
        --output, -o        Directory to download media to. Use with --download (default: current directory)
        --debug             Print debugging message (default: false)

	Examples
        $ waex -e [email protected] -p YOUR_PASSOWRD -n YOUR_PHONE -i YOUR_DEVICEID --list
        # app will login & will list all files to download

        $ waex -e [email protected] -p YOUR_PASSOWRD -n YOUR_PHONE -i YOUR_DEVICEID --download
        # app will login & starts downloading all files to current directory

        $ waex -e [email protected] -p YOUR_PASSOWRD -n YOUR_PHONE -i YOUR_DEVICEID --download --output "C:"
        # app will login & starts downloading all files to given output directory
        # WARNING: DO NOT end your output folder with "\" - example: "C:\" <- this wil cause a problem

Instructions

  1. npm install -g node-whatsapp-drive-extractor or yarn global add node-whatsapp-drive-extractor
  2. Follow the usage stated above

OR

  1. npx node-whatsapp-drive-extractor [..options]

TODO

  • None for now

Troubleshooting

  • If you are using 2FA on Google, you have to generate an App Password
  • Your phone number is your country code and phone number. When in doubt, view your Google Drive backup folders.

Credits

License

MIT License - Copyright (c) 2019 Shaun

node-whatsapp-drive-extractor's People

Contributors

shaunlwm avatar dependabot[bot] avatar

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.