Explore your Facebook Messenger chat history, in a manner inspired by Spotify Wrapped.
Messenger Wrapped analyzes your uploaded messenger data and shows you interesting facts about a chosen group. This includes:
- Total count of messages, photos, videos and audio minutes
- Most contributing members
- Linguistic level of chat members
- Chat history chart
- Most reacted images
- Most reacted videos
The application communicates directly with the file system through the File System Access API, meaning that no data needs to be uploaded remotely. Thereby the chat data is not shared or stored anywhere outside of the user's machine.
Try the live demo. The demo reflects the main branch.
- Next JS
- Tailwind CSS
- Typescript
Install dependencies with
npm install
Start the application by running
npm run dev
Node:
- NodeJS >= 14
- NPM >= 6.x
See the Contributing Guide.
See the License.