Skip to content

Commit

Permalink
0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLWM committed Apr 20, 2019
1 parent d826829 commit 30249d6
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# node-whatsapp-drive-extractor
# node-whatsapp-drive-extractor

[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/ShaunLWM/node-whatsapp-drive-extractor/blob/master/LICENSE)

Download your synced WhatsApp medias from Google Drive backup

## Requirement
- NodeJS v8 and above

## Instructions
1. Clone the repository using "git clone xxx" or download [master zip](https://github.com/ShaunLWM/node-whatsapp-drive-extractor/archive/master.zip)
2. `yarn install`
3. Rename `config-sample.js` to `config.js` and fill in required details `gmail,passw & celnumbr`.
4. Run `npm start` or `node index.js`.

## Todo
- commandline version
- able to list files without downloading
- prevent files download duplication

## Troubleshooting
- If you are using 2FA on Google, you have to generate an [App Password](https://support.google.com/accounts/answer/185833?hl=en)
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "node-whatsapp-drive-extractor",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">=8.0.0"
},
"repository": "https://github.com/ShaunLWM/node-whatsapp-drive-extractor.git",
"author": "ShaunLWM",
"license": "MIT",
Expand All @@ -12,4 +18,4 @@
"request": "^2.88.0",
"rsa-pem-from-mod-exp": "^0.8.4"
}
}
}

0 comments on commit 30249d6

Please sign in to comment.