Skip to content

kmteras/chatalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatalize

Node program to analyze your chats

How to use

Currently only support Facebook chats.

Downloading chats

To download your Facebook chats in the right format

  1. Got to https://www.facebook.com/your_information/.
  2. Choose download your information
  3. Data range: All of my data, Format: JSON, Media quility (for faster downloads): Low
  4. Select only messages.
  5. Create file
  6. Facebook will take a couple of hours to a couple of days to collect and pack the data
  7. Download the data

Setting up the program

Make sure you have node.js and npm (should come with node) installed.

  1. git clone https://github.com/Teras23/chatalize.git
  2. cd chatalize
  3. npm install
  4. Move all the conversation folders into chatalize/messages folder (from messages/inbox and messages/archived_threads)
  5. The messages folder should have folders in it that contain your friend's names

Running

  1. npm start
  2. Might take a minute or two for the files to be converted
  3. A browser window with localhost:3000 should open up automatically after converting, otherwise go to localhost:3000

Development

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.

About

Node program to analyze your chats

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6