Mincka / DMArchiver

A tool to archive the direct messages, images and videos from your private conversations on Twitter
GNU General Public License v3.0
223 stars 25 forks source link

Add an new option to add the date to the images filename #12

Closed juanfra684 closed 7 years ago

juanfra684 commented 7 years ago

When I want to search a date in the archive, I can use any text tool to find [YYYY-MM-DD hh:mm:ss]. However, the images filename use a less intuitive format, converting https://ton.twitter.com/i/ton/data/dm/firsthash/secondhash/thirdhash.jpg to firsthash-secondhash-thirdhash.jpg.

Can you add a new option to use an intuitive or "human" format?. Something like this: YYYYMMDD-hhmmss-thirdhash.jpg. The thirdhash would avoid any collision in the filename. Probably the original format is useful for someone, that's why I'm asking for a new option instead of change the default.