https://github.com/codebytere/ViziMessage
Visualize your iMessage history and interactions.
https://github.com/codebytere/ViziMessage
electronjs imessage macos nodejs react
Last synced: 7 days ago
JSON representation
Visualize your iMessage history and interactions.
- Host: GitHub
- URL: https://github.com/codebytere/ViziMessage
- Owner: codebytere
- License: mit
- Created: 2019-11-28T05:43:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T08:18:45.000Z (about 2 years ago)
- Last Synced: 2025-03-30T23:05:01.056Z (15 days ago)
- Topics: electronjs, imessage, macos, nodejs, react
- Language: TypeScript
- Homepage:
- Size: 766 KB
- Stars: 20
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - codebytere/ViziMessage - Visualize your iMessage history and interactions. (TypeScript)
README
# ViziMessage
This app allows you to visualize some basic statistics about messages you've exchanged with contacts in your Contact book on macOS.
## The App
Contacts from your contact book are displayed on the left-hand side, and clicking on any given contact will load their related statistics.
You can filter contacts with the search bar on the left-hand side.
At present, it only takes into account what is in the messaging database on macOS, which means that it is not capable of showing statistics for messaging services other than SMS or iMessage.
## Feedback
Please open a new issue if you'd like to see a certain statistic or have another idea for how this app could be better!
## Todos
This app remains a work in progress, and as such there are some things that will be improved and updated as I work on it.
At present, these are the clear upcoming tasks:
* Memoize components to improve performance on contact view re-rendering.