π¦ A simple Python script that converts exported Facebook Messenger .json files into a beautiful, readable HTML file β complete with dark mode!
- Combines multiple
message_x.jsonfiles - Formats chat bubbles clearly
- Shows emojis correctly
- Dark mode toggle π
- Download your Facebook messages in JSON format
- Place all
message_x.jsonfiles in theinputfolder - Set your name in the script (
your_name) - Your folder should be looking like this:
- MessengerReader/ β or whatever you choose to call the folder
βββ input/ β Put all your
message_1.json, etc. here βββ chat_export.py β Your Python script βββ README.md β Project description βββ .gitignore β Files to ignore - Run
chat_export.py - Open
chat.htmlin your browser!
Built with β€οΈ by pgopaul