GithubHelp home page GithubHelp logo

realestvv / discord-token-checker Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 0.0 35 KB

Token checker for discord, filters token on validity, nitro and age.

Home Page: https://discord.gg/pop

License: GNU General Public License v3.0

Python 100.00%
discord discord-checker discord-token discord-token-checker

discord-token-checker's Introduction

⚡ Checker

A simple and lightweight discord token checker

Join the server or dm me on discord (x5n9) for support/questions.

Caution

Pasting/selling this script might cause you to develop extreme autism and will have long-term consequences, use responsibly.

Features

  • Proxy support
  • Lightweight
  • No token locks
  • Threading
  • Very easy to use

Installation

Open any terminal and type the following command

git clone https://github.com/vividsex/discord-token-checker
cd discord-token-checker/checker

Note

Git is required! If not available; download this repository manually by clicking the green dropdown and selecting the Download Zip button

After cloning the repo, run the given command to install the requirements for the checker

python3 -m pip install -r requirements.txt
; OR
pip install -r requirements.txt

After this, you can run main.py with python and the checker should start, after it finishes - the output will be dumped in the ./output/ dir.

Note

Please make sure you have filled the config and the tokens file before running the script!

Config

./data/config.toml

[main]
threads = 50         # Number of threads to use, recommended - 100-200
proxyless = false    # Proxies are recommended but not neccesary

./data/settings.json

{
    "nitro": true,    // Filter tokens based on nitro?
    "age": true,      // Filter tokens based on age?
    "type": true,     // Filter tokens based on type? (Ev, fv)
    "flagged": true   // Filter tokens if they are flagged?
}

Proxies

./dats/proxies.txt

Supported formats are:

user:pass@ip:port
ip:port

Please do NOT use free proxies.

Tokens

./data/tokens.txt

Supported formats are:

email:pass:token
token

Screenshots

screenshot

<3

Pull requests are welcome.

Made with ❤ by vv

discord-token-checker's People

Contributors

realestvv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

discord-token-checker's Issues

Uhh

Horrible code base, and code practices. Why the fuck are you using globals with class instances? Have you ever heard of class variables? I guess not. 💀

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.