Skip to content

Anogio/fb-data-analyser

Repository files navigation

fb-data-analyser

Overview

This is meant as a tool that can parse and analyse your Facebook conversation data (as provided by Facebook as part as their data extract).

This is 100% client-side so that no data is sent to a server (once the page is loaded it can be used without network if you want to be sure)

There is a file in the examples folder with minimal data and a few conversations that can serve as a demo.

To do (unprioritized)

  • Make the Analytics view tabbed to enable the display of different analytics
  • Full text search tab to search in all conversations
  • Provide SQLite advanced tab to make custom queries and graphs
  • Include reacts in the detailed view
  • Stats on reacts (it's important to know who actually likes you)
  • Include images in the detailed view
  • Improve visuals (especially graph sizing, color and reactivity)
  • Integrate other chat extracts (starting with Whatsapp)

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Run your unit tests

yarn test:unit

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published