Facebook stats pageA quick look into your history on social media. Drop in the archives you've downloaded from Facebook and Instagram and see some stats about your time on the networks.
This is a small and unpolished Laravel app.
- Clone this repo to your machine
- Run
composer install
and afterwardsnpm install && npm run production
to download the needed dependencies and compile the minimal included assets. - Download your data archives (json format) from Facebook and Instagram.
- Create a
facebook
andinstagram
directory unterstorage/app/social-archives
and unzip the contents of the data archives into the corresponding folder. - Run
php artisan serve
to run the webapp and head to the displayed URL. You should be able to see your basic stats ✨
Feel free to copy, modify, extend or use in any way. Might break in the future if Facebook or Instagram change their exports.
Aaron