Seklfreak / discord-image-downloader-go

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

History outputs in channel, not DMs, and requires input for files #113

Open Falkerz opened 5 years ago

Falkerz commented 5 years ago

Title says it all

I was trying to run a bot account to scrape the historic images of a channel, but it kept sending messages into the channel, with no messages whatsoever being sent to my DMs. Is this normal? If so, how can I make it not do this and simply scrape the channel? I was under the impression that is what this program was designed to do.

EDIT: Here's my config (some information censored for security)

[auth]
email    = di******************vh
password = ****************

[general]
skip edits                           = true
download tistory sites               = false
max download retries                 = 5
download timeout                     = 60
send notices to interactive channels = false

[interactive channels]
2959**********2833 = G:\!Media\!Pictures\********

[channels]

[flickr]
api key = your flickr api key

[twitter]
consumer key        = your consumer key
consumer secret     = your consumer secret
access token        = your access token
access token secret = your access token secret

Thanks