Skip to content

An automated Discord token grabber, for use with gtkcord3

License

Notifications You must be signed in to change notification settings

ranchester2/discordlogin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordLogin

An automated Discord token grabber, for use with gtkcord3.

Why Webkit?

Using an actual browser allows us to solve Captchas normally, without needing JavaScript hacks. Requests are done legitimately using the official website.

How?

Installation

# This should install to $GOPATH/bin/, or ~/go/bin/
go get github.com/diamondburned/discordlogin

# Add this to shellrc
PATH="$GOPATH/bin/:$PATH"

Usage

TOKEN=$(discordlogin)
# Complete the rest in the browser. The subshell should finish when it has found
# the token.

About

An automated Discord token grabber, for use with gtkcord3

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 84.2%
  • Nix 15.8%