Skip to content

The DC Server Link Check project is a tool for checking Discord server invite links and also for finding links that are written incorrectly

Notifications You must be signed in to change notification settings

e43b/DC-Server-Link-Check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DC Server Link Check Views

Donate Discord

GitHub Project: DC Server Link Check Author: e43b

Description

The DC Server Link Check project is a tool for checking Discord server invite links and also for finding links that are written incorrectly.

Important Note: Excessive use of this tool may lead to temporary or permanent IP bans. Therefore, it is not recommended for general use except in specific situations.

Installation

  1. Clone the repository:
    git clone https://github.com/e43b/DC-Server-Link-Check.git
  2. Navigate to the project directory:
    cd DC-Server-Link-Check
  3. Install the dependencies:
    pip install -r requirements.txt

Features

Check Invite

The checkinvite/codeen.py script allows you to verify whether Discord invite links are valid or invalid.

How to Use

To check the validity of Discord invite links:

python checkinvite/codeen.py
  1. Run the script.
  2. Enter the invite link or links separated by commas.
  3. The script will check each link against the Discord API and return whether it is valid or invalid.

Check

Link Finder

The findinvite/codeen.py tool attempts to find incorrectly written Discord invite links. If you have a link with correct characters but incorrect capitalization, this script can help.

How to Use

To find incorrectly written Discord invite links:

python findinvite/codeen.py
  1. Run the script.
  2. Enter the Discord invite link.
  3. The script will generate all possible combinations of uppercase and lowercase letters and test each one against the API until it finds the correct link.

Find

Note: This tool may cause IP bans due to a high number of requests, resulting in a 429 error (too many requests in a short period). The script has a 1-second cooldown between requests, but continuous usage or a high number of attempts may still cause bans.

Block

Donations

If you find this project useful, consider making a donation to support its development: Donate via Oxapay.

Community

Join our Discord server to discuss this project and get support: Discord Server.

Note: Always use these tools responsibly and within the Discord usage policies.

About

The DC Server Link Check project is a tool for checking Discord server invite links and also for finding links that are written incorrectly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages