An open API service indexing awesome lists of open source software.

https://github.com/thatsinewave/discord-invite-finder

Search for active Discord invites links by generating random invite IDs and checking their status
https://github.com/thatsinewave/discord-invite-finder

discord discord-api discord-api-v9 discord-invitation discord-invitation-validator discord-invite discord-invite-bot discord-invite-generator educational good-first-bug good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project license open-source project thatsinewave

Last synced: about 1 month ago
JSON representation

Search for active Discord invites links by generating random invite IDs and checking their status

Awesome Lists containing this project

README

        

# Discord Invite Finder

This Python script is designed to search for active Discord invites links by generating random invite IDs and checking their status.
It utilizes the Discord API to verify whether an invite is active or not and saves the results in JSON format.

## Functionality

- The script generates random Discord invite IDs and checks their validity.
- It employs rate limiting to avoid getting blocked by the Discord API.
- Active and inactive invite links are saved separately in JSON files.
- Detailed information about active invites, such as inviter and guild details, is saved for further analysis.

## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)

## Repository Structure

- **main.py**: The main Python script for finding active Discord invites.
- **data/detailed_active_invites.json**: JSON file containing detailed information about active invites.
- **data/active_invites.json**: JSON file containing active invite links.
- **data/inactive_invites.json**: JSON file containing inactive invite links.

## Requirements

- Python 3.x
- `requests` library

# [Join my discord server](https://discord.gg/2nHHHBWNDw)

## Usage

1. Clone this repository to your local machine.
2. Navigate to the directory containing the script.
3. Make sure you have Python installed.
4. Install the required `requests` library by running:
```
pip install requests
```
5. Run the script using the following command:
```
python main.py
```
6. Follow the prompts to specify the number of active invites you want to find.

## Note

- **Warning**: Abuse of this script may lead to account suspensions or IP bans from Discord.
- This script is for educational purposes only and should be used responsibly.
- Be cautious not to spam the Discord API with excessive requests to avoid being rate-limited or banned.

## Contributing

Contributions to this project are welcome! Feel free to open issues for bugs or feature requests, or submit pull requests with improvements to the codebase.

## License

This project is open-source and available under the GLWTS Public License. See the LICENSE file for more details.