Visioning Texts: A D3 project that (locally) visualizes statistics about your messages from Signal or Whatsapp
Pretty much what the title says. All JavaScript is executed locally in the browser, no of your data is sent anywhere, and you get some (in my opinion) pretty cool data visualizations of your conversations.
Check it out live (still with nothing being sent out).
For instructions on how to download your Signal/Whatsapp messages, see the setup instructions (or on the live site).
- Download the repository (
git clone https://github.com/BryceStevenWilley/visioning_texts.git
) - Open
index.html
in your browser - That's it!
The project is entirely self contained, only two libraries are included: d3 for all of the visualizations, and grapheme-splitter for handling emojis in text.