DRN
DRN
I know this is well after you asked but figured I'd reply in case you were still interested or anyone else couldn't figure it out. `cd /path/to/folder/ && ./discord-image-downloader-go` to...
http.DetectContentType assumes .mov is an application rather than video, so the bot ignores it. [I made a fork of this project](https://github.com/get-got/discord-downloader-go/) and it accounts for that, if that's something you're...
@Zelatrix What did you change in your config? If it was working prior to that, it's likely an error. Would be easier to help if you pasted your config (omitting...
That is a feature in my fork ( https://github.com/get-got/discord-downloader-go ) but maybe next time I mess with this one and make a pull request I'll add that. In the fork...
The credentials you put in are for a user that has access to the channels you desire. This can be a new user or a selfbot (your own user, read...
@rktfier I just checked it out, seems pretty cool, I'll implement when I get time soon.
@Leebo-missile Put it in the general section most settings are in (in the settings.json), alongside "debugOutput", "githubUpdateChecking", etc
`"filterDuplicates": true` will make it skip any file that matches an existing exact filename (date timestamp included). Though when a file is fully downloaded, the url is logged in the...
Sorry for such a late response, I tweaked DebugOutput so that it outputs score comparisons. Unfortunately, the way the image comparison database works, all it does is store hashes that...
@j4pa0 I can check this out again but I recall updating to the oldest version of discordgo that supports threads will still remove the ability to use selfbots, only genuine...