Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samsapti/cleanbook
Tracking-free web UI for viewing downloaded Facebook data
https://github.com/samsapti/cleanbook
facebook golang json tracking web
Last synced: about 1 month ago
JSON representation
Tracking-free web UI for viewing downloaded Facebook data
- Host: GitHub
- URL: https://github.com/samsapti/cleanbook
- Owner: samsapti
- License: agpl-3.0
- Created: 2022-12-10T15:51:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-25T19:18:21.000Z (over 1 year ago)
- Last Synced: 2024-08-01T11:42:43.229Z (5 months ago)
- Topics: facebook, golang, json, tracking, web
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CleanBook
**:warning: Still in development!**
CleanBook is an alternative way to view your downloaded Facebook data,
without trackers and network requests. It requires you to have the JSON
formatted data download, such that it can easily parse the data and show
it to you.### Why?
Facebook provides two different data download formats: HTML
(website-like) and JSON (machine-readable). Most people would want to
download the HTML format and open it in a browser. The problem? Well
guess what, it contains trackers! The HTML format makes a lot of network
requests to Meta-owned URLs, which really isn't what a data download
should do. But fear not, CleanBook fixes that problem.## Usage
For now, you need to have Go installed on you system. To install and run
CleanBook, run the following commands:```sh
# Install CleanBook
go install github.com/samsapti/CleanBook/cmd/cleanbook@latest# Run CleanBook (-port is optional, default is 8080)
cleanbook -path /path/to/your/data [-port 1234]# Get a help menu
cleanbook [-h|-help]
```## Features
CleanBook currently only supports viewing messages.