suicvne / DiscordSharp

A .Net API for Discord written in C#
MIT License
129 stars 33 forks source link

2FA #63

Closed Blizzardo1 closed 8 years ago

Blizzardo1 commented 8 years ago

Is there a possibility of Two-Factor-Authentication?

arqunis commented 8 years ago

No, the devs said about not automating 2fa nor /api/login at all, if you want a login like approach just use a token. normal client ctrl+shift+i -> console tab -> type localStorage.token -> copy the token without the two double quotes surounding it or if it's a bot account just go to the dev page and copy it there

arqunis commented 8 years ago

although jake said that's it's fine to automate them for a lib but then again you're risking the users getting banned

Blizzardo1 commented 8 years ago

Thanks, I'll try that.