Live data from Hacker News

Ask HN: Tool for self-hosting your own Facebook profile after downloading it?

news.ycombinator.com

1–10 of 46 posts

Ask HN: Tool for self-hosting your own Facebook profile after downloading it?

#1
I was playing with the idea of a Facebook profile cemetery. It would be a tool to structure your profile data after you download it from Facebook, in order to self-host it on a space you own. The idea would be to keep alive your profile history, but on your own website, for friends and family to still browse it, or just as a way to claim and still show data that's fundamentally yours to show around.

Before I try to figure out a way to do that and start building something, do you know any tool useful for this purpose?

Re: Ask HN: Tool for self-hosting your own Facebook profile after downloading it?

#6
post #2

I think it would become public and anyone would be able to see who you are, what you do. How are you gonna check if someone visiting is your family member?

One-off passwords?

Or invitation links (with auth tokens).

Re: Ask HN: Tool for self-hosting your own Facebook profile after downloading it?

#8
The zipfile you download from Facebook is already in the correct format. All you need to do it spin up a web server (apache nginx etc.) and unzip the files into the webroot.

For security, just add the usual webserver/*nix security.

EDIT: Just unzipped an old download from my (pre-purged) profile into an empty web folder, and it all works, mostly. FB specific icons are missing, and your private messages are all in a subfolder called 'messages' which has no security, and all the threads are folded into a long chronological list. So I guess the format would need tweaking a bit.

Post reply on HN