Easily create charts for your Messenger data
- Download and install .NET 5 Runtime
git clone https://github.com/v0idzz/FMsgStat
cd FMsgStat && dotnet build
mkdir messages
- Extract contents of the
messages/inbox
directory of your Facebook JSON data archive to themessages
directory created in the previous step dotnet run -p FMsgStat
- charts will be generated inmessages/{conversation_name}/charts
This is my first F# project, so the code may not be perfect