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.
- 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)
yarn install
yarn serve
yarn build
yarn test:unit
yarn lint