A Client to communicate with Discord's QR Code login auth server to easily retrieve useful information about your account (including token.)
Prerequisites:
- Have python 3.6+ installed (I recommend python 3.8)
- A Discord client that can scan QR codes (your phone)
Optional:
- Uncomment
numpy
andwsaccel
in requirements.txt for slightly better performance (you really don't need to do this) - Enable debug mode by modifying
DEBUG = False
in server.py
python3 -m pip install -U -r requirements.txt
python3 server.py
- A QR code wil pop up. Scan it using your phone (either using discord or a generic QR code scanner)
- The script will ask you to save the info.
- Close the QR code image. The script will not do this for you, and it prevents confusion when using the script multiple times.