d3vv3 / chatstats

A WebApp to visualize your Whatsapp or Telegram chat statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatStats

A privacy oriented tool to visualize your Whatsapp or Telegram chat stats.

Demo here.

Disclaimer

All the processing is done in client (serverless service), so your data never leaves your device.

You can check this by opening the site, turning airplane mode on and then proceeding. It will work anyway.

Tools

Built using Reactjs and Chartjs.

Scripts

Baremetal

  • npm start
  • npm run-script build

Docker

  • docker-compose up --build chatstats

To Do:

  • Filter English and Spanish common words.
  • Multimedia statistics.
  • Get Dockerfile and docker-compose.yml ready.
  • Check emoji accuracy (maybe depends on client emoji font).
  • Unzip iPhone Whatsapp exports (it does it that way).
  • Removed fakepath (only real file name) from UI.
  • Fix for D/M/Y or M/D/Y based on device language and then trial error.
  • Help section for common users.
  • Print or export button to share with friends.
  • Second theme (scss) with switch.

About

A WebApp to visualize your Whatsapp or Telegram chat statistics

License:GNU General Public License v3.0


Languages

Language:JavaScript 87.8%Language:SCSS 8.0%Language:Rust 2.7%Language:HTML 1.0%Language:Dockerfile 0.6%