WhatsApp → Google Drive batch uploader (WD- commands)
Phase 1: Upload user documents into your single Google Drive.
Commands
- WD-START → start a batch
- WD-END → upload all collected files
- WD-CANCEL → cancel batch
- WD-STATUS → show count + time left
- WD-PROJECT → set project folder
- WD-HELP → help
Setup
- Install deps
npm install
- Copy env
copy .env.example .env
-
Put your Google OAuth client JSON at
credentials.json -
Generate token
npm run auth
- Run bot
npm start
Notes
- Bot only responds to messages that start with
WD-. - Files are stored temporarily on disk under your system temp folder.
WhatsDrive-Whatsapp-To-Drive-Manager
Description
Languages
JavaScript
100%