/booked

A Facebook data export visualizer tool.

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

booked

booked is a small tool that offers visualization of Facebook export data.

Messages Heatmap

To use booked you'll need a copy of your Facebook data. Follow these instructions and download a copy of your data in the JSON format. Currently only visualization for messages is implemented so you can select only Messages for export to reduce the size of the download (which may be large).

To use booked you'll need a working Go installation. Follow the instructions at golang.org to install it. With a working Go installation, booked can be installed by running the following on the command line:

go get go.tmthrgd.dev/booked

Once installed, booked can be run by running the following on the command line:

booked <path-to-facebook-json.zip>

booked must be passed the path to the Facebook export data zip you downloaded earlier. All data will be extracted from the zip file. Once started, the UI will be launched in your browser where you can navigate through your data.

License

Unless otherwise noted, the spork source files are distributed under the Modified BSD License found in the LICENSE file.