Skip to content

blanktix/autoforward-email-whatsapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autoforward-Email-Whatsapp

A simple bot to forward your received WhatsApp message to email

How to use:

  1. Clone this repository
  2. Go to autoforward-email-whatsapp directory
  3. Run npm install
  4. Create file .env and write the following lines
SENDER="<BOT-EMAIL@ADDRESS>"
PASS="<BOT-EMAIL-PASSWORD>"
RECEIVER="<MAIN-EMAIL@ADDRESS>"
  1. Set up your email security to allow this program to get access to your email (this repository using Gmail as BOT email).
    • Go to Security
    • Turn off 2-step Verification
    • Turn on Less secure app access
  2. Modify code in 'node_modules\whatsapp-web.js\src\util\Injected.js' find window.Store.getProfilePicFull = window.mR.findModule('getProfilePicFull')[0].getProfilePicFull and command on the line contain that code
  3. Run command npm start
  4. Scan the QR Code shown in terminal
  5. Finish!

About

A simple automatic Whatsapp message forwarder to email

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published