Skip to content

malogomez90/chat-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whatsapp Chat Extractor

How to use:

  1. Clone or download this repo
  2. Run npm install, yarn or pnpm install
  3. Create an .env file with the following content:
    DATABASE_URL="PATH_TO_THE_DATABASE_FOLDER"
    WEB_PATH="C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"
    FFMPEG_PATH="C:\\ffmpeg\\bin\\ffmpeg.exe"
    API_URL="http://localhost"
    API_PORT=8000
  1. Run npx prisma db push to create the database
  2. Run npx prisma generate to generate the client
  3. Run yarn dev to start the server
  4. Watch the terminal for the QR code link and scan it with your phone
  5. Go to http://localhost:8000 or whatever port you set in the .env file
  6. Download this chrome extension to download the chats
  7. Save the page as a complete webpage with the chrome extension

About

Whatsapp chat extractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.5%
  • HTML 3.4%
  • TypeScript 3.1%