TylerK / groupme-gallery-downloader

Download your GroupMe gallery photos. Requires a GroupMe Developer API Token.
MIT License
24 stars 4 forks source link

Adding posted date to downloaded photo's EXIF data #14

Closed nre226 closed 4 years ago

nre226 commented 4 years ago

Currently when downloading the photos there is no order by when they are posted. I went ahead and added functionality at the end of the download phase to change the modified and accessed dates on the media to when it was posted to GroupMe. Makes it easier for users to sort through the photos and find what they are looking for.

Let me know if you have any questions! Thanks for the repo!

TylerK commented 4 years ago

@nre226 Thank you so much for this PR! Apologies for the delay. This looks good to me, I'm going to go ahead and merge this in.

I really appreciate you looking into this!