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

2 Steps Auth #78

Closed marcussacana closed 6 years ago

marcussacana commented 6 years ago

Support the discord 2 Steps Auth? if yes, how?

Seklfreak commented 6 years ago

From the README.md

"In case you are using two-factor authentication you have to login using your token. Remove the email and password lines under the auth section in the config file and instead put in token = <your token>. You can acquire your token from the developer tools in your browser (localStorage.token) or discord client (Control+Shift+I (Windows) or Command+Option+I, click Application, click Local Storage, click https://discordapp.com, and find "token" and paste the value)."