Seklfreak / discord-image-downloader-go

A simple tool which downloads pictures posted in discord channels of your choice to a local folder.
MIT License
349 stars 90 forks source link

Provide option to save images with messageid as filename #154

Open tehstone opened 4 years ago

tehstone commented 4 years ago

By saving the images with the message id as the filename, it's simple to guarantee each image will have a unique filename even when combined with images downloaded via other methods. In cases where a single message contains multiple images, append some other number or letter to the filename to differentiate.

jasonhahm commented 4 years ago

I second this. I was thinking of message timestamp for management, but either way would be great options.