An automated Discord token grabber, for use with gtkcord3.
Using an actual browser allows us to solve Captchas normally, without needing JavaScript hacks. Requests are done legitimately using the official website.
# This should install to $GOPATH/bin/, or ~/go/bin/
go get -u github.com/diamondburned/discordlogin
# Add this to shellrc
PATH="$GOPATH/bin/:$PATH"
TOKEN=$(discordlogin)
# Complete the rest in the browser. The subshell should finish when it has found
# the token.
$ claude mcp add discordlogin \
-- python -m otcore.mcp_server <graph>