arrrlo / Google-Images-Search

[PYTHON] Search for image using Google Custom Search API and resize & crop afterwards
MIT License
175 stars 34 forks source link

How to know the approximate time the photo was taken? #111

Closed justinripple closed 2 years ago

justinripple commented 3 years ago

Hi Arrrlo,

Thank you for the code. I was able to successfully run the code.

After getting those images of a person, how to figure out the approximate time the photo was taken?

For instance, I get 10 images of Mark Zuckerberg. How do I tell that this was Mark Zuckerberg in 2010, that was Mark in 2011, etc.?

Thanks Mike

arrrlo commented 2 years ago

Hi Mike,

Sorry for the late response. I was trying to find this feature within Google API, but didn't find it. Which means history data isn't supported right now.

Cheers!