Skip to content

xSketchy0/whatsapp-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Logger

Quick node script to log outgoing and incoming messages using puppeteer by creating screenshots of each message for easy backtracking.

Environment variables

WhatsApp Logger is only able to log one chat at a time. To log a chat, enter the search query in the CHAT env variable. It is advised to input mobile numbers since multiple matches might not log the desired chat.

# Example used is a dutch phone number
CHAT=+31 6 12345678

Folders

.
├── data                    # Browser data
│   ├── userdata            # Headless driver user data
├── logs                    # Logging by winston, has info logs by date/time
│   ├── error               # Error logs
├── screenshots             # Screenshots saved per chat
└── ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published