-
Go to https://www.facebook.com/dyi.
-
Select only the "Messages" data.
-
Set the Format to JSON.
-
Click "Create File".
-
Wait for Facebook to prepare the data.
-
Download the data and unzip it. You should have a folder called "messages/".
-
Clone this repo
git clone https://github.com/PoeticPete/facebook_message_analyzer.git
- Install requirements (use Python3 plz)
pip install -r requirements.txt
- Run the bulk analyzer
python main.py analyze_directory <path_to_your_messages_directory>