GitHub Project: DC Server Link Check Author: e43b
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.
- Clone the repository:
git clone https://github.com/e43b/DC-Server-Link-Check.git
- Navigate to the project directory:
cd DC-Server-Link-Check
- Install the dependencies:
pip install -r requirements.txt
The checkinvite/codeen.py
script allows you to verify whether Discord invite links are valid or invalid.
To check the validity of Discord invite links:
python checkinvite/codeen.py
- Run the script.
- Enter the invite link or links separated by commas.
- The script will check each link against the Discord API and return whether it is valid or invalid.
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.
To find incorrectly written Discord invite links:
python findinvite/codeen.py
- Run the script.
- Enter the Discord invite link.
- 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.
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.
If you find this project useful, consider making a donation to support its development: Donate via Oxapay.
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.