Skip to content

breadddevv/discord-token-checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Discord Token Type Checker

A simple Flask web app that lets developers check whether a Discord token is a bot or a user token.

Check the original repository, here.

🔍 What It Does

  • Accepts a Discord token through a web form
  • Automatically determines if it's a bot or user token
  • Pretty-prints the /users/@me API response
  • Helpful for debugging or inspecting leaked tokens

🛠️ Tech Stack

  • Python 3
  • Flask
  • Requests
  • HTML + CSS (Jinja2 templates)

🚀 Getting Started

  1. Clone the repo:
git clone https://github.com/discowd-nitwo/discord-token-checker.git
cd discord-token-checker
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the app:
python app.py
  1. Open your browser and go to:
http://localhost:5000

⚠️ Disclaimer

This tool is for educational and debugging purposes only. Do not use user tokens you don't own. Misuse may violate Discord’s Terms of Service.

🔒 Privacy Notice: This tool intentionally strips out sensitive fields like emails and phone numbers from the output ([Removed due to privacy]). If you fork or reuse this code, please keep that protection in place.

📄 License

MIT License

Copyright (c) 2025 Avery

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

ko-fi

About

Check whether a Discord token is a bot or user token using a simple Flask web app.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • HTML 74.0%
  • Python 26.0%