Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmthrgd/booked
A Facebook data export visualizer tool.
https://github.com/tmthrgd/booked
Last synced: 3 months ago
JSON representation
A Facebook data export visualizer tool.
- Host: GitHub
- URL: https://github.com/tmthrgd/booked
- Owner: tmthrgd
- License: bsd-3-clause
- Created: 2019-11-13T00:52:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T00:49:49.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:48:00.506Z (6 months ago)
- Language: Go
- Homepage:
- Size: 297 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - tmthrgd/booked - A Facebook data export visualizer tool. (Go)
README
# booked
**booked** is a small tool that offers visualization of Facebook export data.
![Messages Heatmap](heatmap.png)
To use **booked** you'll need a copy of your Facebook data. Follow [these
instructions](https://www.facebook.com/help/1701730696756992) 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](https://golang.org/)
installation. Follow the instructions at
[golang.org](https://golang.org/doc/install) to install it. With a working
Go installation, **booked** can be installed by running the following on the
command line:```bash
go get go.tmthrgd.dev/booked
```Once installed, **booked** can be run by running the following on the command
line:```bash
booked
```**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.