Skip to content

Explore your Facebook Messenger chat history, in a manner inspired by Spotify Wrapped

License

Notifications You must be signed in to change notification settings

abmenzel/messenger-wrapped

Repository files navigation

💬 Messenger Wrapped

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.

🚣 Demo

Try the live demo. The demo reflects the main branch.

Technologies

  • Next JS
  • Tailwind CSS
  • Typescript

Getting Started

⏳ Installation

Install dependencies with

npm install

Start the application by running

npm run dev

🖐 Requirements

Node:

  • NodeJS >= 14
  • NPM >= 6.x

Contributing

See the Contributing Guide.

License

See the License.