- Notifications
You must be signed in to change notification settings - Fork0
InviteChecker is a lightweight python program to check discord invite codes for their validity and stats. It comes with great customizability and a modern design. You can check stats like member counts, boost counts and expirations. The program also has proxy support and is multithreaded with custom thread amounts possible. Why not give it a try?
tec9-xd/invite-checker
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
InviteChecker is a lightweight python program to check the validity and stats of discord invite codes. 🚀
Written inpython
Customizable stats checking (minimum members, maximum members, minimum online members, minimum boosts)
Sorting invites and saving them in seperate files
Proxy Support and Multithreaded (thread amount customizable)
Advanced Error Handling, fast and stable
Modern and sleek design
pip install -r requirements.txt
Name | Type | Explaination |
---|---|---|
min_members | integer (e.g. 100, 200, 1000) | How many members should the guild have at least? |
max_members | integer (e.g. 100, 200, 1000) | How many members should the guild have at maximum? |
min_members_online | integer (e.g. 100, 200, 1000) | How many members should be online at least? |
min_boosts | integer (e.g. 100, 200, 1000) | How many boosts should the guild have at least? |
use_proxies | boolean (true or false) | Should proxies be used if for checking? |
threads | integer (e.g. 100, 200, 1000) | How many threads should be used? |
min_members_online | integer (e.g. 100, 200, 1000) | How many members should be online at least? |
save_only_permanent_invites | boolean (true or false) | Should non-permanent invites be ignored? |
Contributions are highly appreciated as i am not a professional coder. I know a lot of stuff in this program are bad/messy, forgive me. There is a reason why i decided to keep this program free unlike other people.
For stuff related to this program please contact me on discord: @tec9_xd or on telegram: @tec9_eu - NOTE: I won't be giving indian thech support there. Please only contact me if you have anything related to the code or project itself.
This project and the corresponding code are for educational purposes only. The developer does not take any legal responsibility for the code/program and what people might use it for. Usage of this program is on the user's own risk and legal responsibility. By using this program the user automatically agrees to these terms and conditions!
About
InviteChecker is a lightweight python program to check discord invite codes for their validity and stats. It comes with great customizability and a modern design. You can check stats like member counts, boost counts and expirations. The program also has proxy support and is multithreaded with custom thread amounts possible. Why not give it a try?