https://github.com/worleydl/fb-peek
Set of tools to index and search your archive of Facebook data
https://github.com/worleydl/fb-peek
Last synced: about 2 months ago
JSON representation
Set of tools to index and search your archive of Facebook data
- Host: GitHub
- URL: https://github.com/worleydl/fb-peek
- Owner: worleydl
- License: apache-2.0
- Created: 2017-01-08T15:39:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T21:59:02.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T19:11:18.377Z (3 months ago)
- Language: JavaScript
- Size: 47.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#FB-Peek
This project provides a set of tools to index and search your personal archive of Facebook data._Note:_ Updated 7/11/18 to get the build process working again but I haven't checked to see if the FB data archive format has changed.
## What you need
* Your Facebook archive available under Facebook Settings->General->Download a copy of your data
* A Docker environment with docker-compose configured (otherwise some know-how on running each service individually)## Running
1. Extract your facebook archive into a folder colled "archive" in the root of the repository
2. Edit `frontend/config.env` with the appropriate hostname for your Docker configuration. If you're running everything on localhost you can skip this step.
3. Run `docker-compose up` and wait while your data is indexed
4. Visit your docker host IP at port 8080 to search your data!