Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

wazza

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wazza

Parses whatsapp backup txt file to json or csv formats

  • 1.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

Wazza

Wazza is a utility to parse whatsapp backup files to csv or json file formats. It supports csv and json file formats. ** only tested for group backups **

How to export Whatsapp group conversations.

  • From the Whatsapp mobile app, open a group
  • Tap on the group name.
  • Scroll down and tap on Export file.

Example, exporting to csv:

wazza -f csv _chat.txt > export.csv

where _chat.txt is the file or path to the backup file.

Example exporting to json:

wazza -f json _chat.txt > export.json

Example exporting date/time with format like "Jul 5th 19"

wazza -f csv -d "MMM Do YY"_chat.txt > export.json

Other date format examples:

  • "MMMM Do YYYY, h:mm:ss a" converts to "July 5th 2019, 4:19:57 am"
  • "dddd" converts to "Friday"
  • "MMM Do YY" converts to "Jul 5th 19"
  • "YYYY [escaped] YYYY" converts to "2019 escaped 2019"

Internally Wazza uses momentjs to format dates, for complete list of formats see https://momentjs.com format() function.

FAQs

Package last updated on 05 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc