Live data from Hacker News

Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

fb.textile.photos

21–30 of 80 posts

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#21
post #7

Does it fix Facebook's removal of exif/metadata from images?

There's also https://www.fbexporter.com/, which uses the Facebook API to get the metadata and put it back in the EXIF data, but unfortunately it will only export photos you are tagged in, not all photos you've uploaded.

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#23
post #3

This is an open-source project, in case you don't feel like dropping your zip file in to your browser (even though it does run _in_ your browser): https://github.com/textileio/textile-facebook

For those wanting to run this locally: git clone https://github.com/textileio/textile-facebook cd textile-facebook/ python -m http.server # Python 3.x, or python -m SimpleHTTPServer # Python 2.x

Just to clarify: the python bit is to run a local webserver. You do not need python to run this project. If you're on the node/npm bandwagon, you may find it easier to use this:

https://www.npmjs.com/package/http-server

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#24

This is awesome, it makes me wish I had my Facebook data. I deleted my account without downloading it :/

Bummer. There is a grace period, I forget how many days, where you can undo it before it's gone forever. You could sign back in, undo, export, and then redo. Unless you did it too long ago.

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#25

Earlier quoted context omitted.

For those wanting to run this locally: git clone https://github.com/textileio/textile-facebook cd textile-facebook/ python -m http.server # Python 3.x, or python -m SimpleHTTPServer # Python 2.x

Just to clarify: the python bit is to run a local webserver. You do not need python to run this project. If you're on the node/npm bandwagon, you may find it easier to use this: https://www.npmjs.com/package/http-server

Yes good point, I should have been more clear! Thanks for the clarification :)

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#26
post #3

This is an open-source project, in case you don't feel like dropping your zip file in to your browser (even though it does run _in_ your browser): https://github.com/textileio/textile-facebook

Keep in mind that, just because it's open source, and possibly hosted on github pages doesn't mean that the hosted copy is the same as the open-source. Referring to the IOTA seed generator hack that happened earlier this year. (https://thatoddmailbox.github.io/2018/01/28/iotaseed.html) (not my site).

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#28
post #26
post #3

This is an open-source project, in case you don't feel like dropping your zip file in to your browser (even though it does run _in_ your browser): https://github.com/textileio/textile-facebook

Keep in mind that, just because it's open source, and possibly hosted on github pages doesn't mean that the hosted copy is the same as the open-source. Referring to the IOTA seed generator hack that happened earlier this year. ( https://thatoddmailbox.github.io/2018/01/28/iotaseed.html ) (not my site).

Yup, take a look at the page source to be as sure as you can :)

Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries

#30
post #26

Earlier quoted context omitted.

Keep in mind that, just because it's open source, and possibly hosted on github pages doesn't mean that the hosted copy is the same as the open-source. Referring to the IOTA seed generator hack that happened earlier this year. ( https://thatoddmailbox.github.io/2018/01/28/iotaseed.html ) (not my site).

Yup, take a look at the page source to be as sure as you can :)

We made sure it wasn't uglyfied or minified, so folks who want can see what's up
Post reply on HN