Does it fix Facebook's removal of exif/metadata from images?
Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
21–30 of 80 posts
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#22Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#23This 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
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#24This is awesome, it makes me wish I had my Facebook data. I deleted my account without downloading it :/
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#25Earlier 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
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#26This 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
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#27Does it fix Facebook's removal of exif/metadata from images?
Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#28This 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
#29Re: Show HN: Textile – Return Facebook photo exports back to nicely-named galleries
#30Earlier 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 :)