Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronmeder/social-history
A 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.
https://github.com/aaronmeder/social-history
archives data facebook instagram statistics stats
Last synced: 12 days ago
JSON representation
A 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.
- Host: GitHub
- URL: https://github.com/aaronmeder/social-history
- Owner: aaronmeder
- Archived: true
- Created: 2020-09-27T16:56:03.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T05:12:56.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T16:54:24.498Z (3 months ago)
- Topics: archives, data, facebook, instagram, statistics, stats
- Language: PHP
- Homepage:
- Size: 1020 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Social History
>A 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.
Facebook stats page
## How to use
This is a small and unpolished Laravel app.
1. Clone this repo to your machine
2. Run `composer install` and afterwards `npm install && npm run production` to download the needed dependencies and compile the minimal included assets.
3. Download your data archives (json format) from [Facebook](https://www.facebook.com/help/1701730696756992?helpref=hc_global_nav) and [Instagram](https://www.facebook.com/help/instagram/181231772500920?helpref=uf_permalink).
4. Create a `facebook` and `instagram` directory unter `storage/app/social-archives` and unzip the contents of the data archives into the corresponding folder.
5. Run `php artisan serve` to run the webapp and head to the displayed URL. You should be able to see your basic stats ✨How your social-archives directory should look.
## Further usage and development
Feel free to copy, modify, extend or use in any way.
Might break in the future if Facebook or Instagram change their exports.Aaron