This is a Python command-line program that displays statistics from Messenger chats, such as the number of words, messages, pictures, videos each person sent, as well as each person's average number of words per message using JSON chat files.
- Run fb_msg_stats.py from command-line after downloading it.
- When prompted, enter in the file paths of each JSON file of your Messenger chat. Most chats will only have one JSON file, but longer chats may have multiple.
- Type 'done', when you have entered in all JSON files.
- Go to the "Settings" menu on Facebook.com and click "Your Facebook Information".
- Click "View" in the "Download Your Information" section.
- Change the format to "JSON".
- Deselect all information except "Messages".
- Click "Request a download".
- In the downloaded folder, each chat should have a directory that contains one or multiple JSON files.