Serraniel / DiscordMediaLoader

Discord Media Loader - Simply download all attachments
Apache License 2.0
67 stars 10 forks source link

Can't Get Token? #19

Closed HimitsuYami closed 5 years ago

HimitsuYami commented 5 years ago

so this is kind of a two-parter. first, it looks like recently Discord removed the Token from localstorage to reduce selfbots.

second, I used this before so it still has my token saved. is there any way for me to get my token from it so I can save it somewhere?

Serraniel commented 5 years ago

Hm, that´s an interesting fact. I will keep an eye on this if there will be another way to get the token in the future or to login; I hope so.

To get the current stored login token you may use any tool that can read read a LiteDB database, e. g. LiteDB Viewer. The database is stored in %appdata%\Serraniel\Discord Media Loader. Login token is stored in the settings: screenshot

HimitsuYami commented 5 years ago

I got my token thank you so much

Serraniel commented 5 years ago

An option to copy the login token has been implemented in the release v1.2.0.0.