Node program to analyze your chats
Currently only support Facebook chats.
To download your Facebook chats in the right format
- Got to https://www.facebook.com/your_information/.
- Choose download your information
- Data range: All of my data, Format: JSON, Media quility (for faster downloads): Low
- Select only messages.
- Create file
- Facebook will take a couple of hours to a couple of days to collect and pack the data
- Download the data
Make sure you have node.js and npm (should come with node) installed.
git clone https://github.com/Teras23/chatalize.gitcd chatalizenpm install- Move all the conversation folders into
chatalize/messagesfolder (frommessages/inboxandmessages/archived_threads) - The
messagesfolder should have folders in it that contain your friend's names
npm start- Might take a minute or two for the files to be converted
- A browser window with
localhost:3000should open up automatically after converting, otherwise go tolocalhost:3000
To run the program in development mode type npm run dev. This reloads the server upon file changes but does not open up the browser automatically.