bellingcat / open-source-research-notebooks

Jupyter notebooks helping open source researchers, journalists, and fact-checkers use command line tools and code projects for digital investigations.
MIT License
206 stars 16 forks source link

Notebook: exiftools #6

Closed msramalho closed 5 months ago

msramalho commented 1 year ago

Tool: https://exiftool.org/ Goals:

Any other ideas that seem relevant are welcome.

amithr commented 11 months ago

Hi Miguel,

Just to be clear, to get started with this, should I download the Unix distribution for this program, upload it into my Notebook, build it, and then execute it there? This seems to be available as a standalone executable on multiple OSes or a Perl package, but not a Python package.

amithr commented 11 months ago

Never mind - I think I can download and work with the Perl package in a Notebook fairly easily. Not sure why I was fixated on the idea of only using Python...

msramalho commented 10 months ago

That's a valid concern, on colab it should be easy to install you can likewise do apt install XYZ if needed for those dependencies, but do add a note that it won't work on Windows machines.

amithr commented 8 months ago

Hi Miguel,

Here's a link to what I have so far.

Is there anything you think I should add? More specifically, what could be added to the FAQ?

msramalho commented 8 months ago

Hi Amith,

I missed this notification and we ended-up doing some duplicate work :cry:

I've made the notebook available here.

I ended up not focusing too much on the metadata editing features since that's typically not so relevant for research.

Do you want to do this the other way around and review my notebook and bring some more info or context from yours? I see the FAQ, features and limitations and some other parts as useful context.

amithr commented 8 months ago

No worries, I'll take a look and see if there's anytime I can add from mine - the command for finding files based on some criteria will probably be useful additions.

msramalho commented 8 months ago

Thank you, I'm pushing to structure things this week and add some others, check the current readme.