Skip to content

diamondburned/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

No packages published