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

https://github.com/kwaytv/discord-token-guild-id-scraper

Simple Discord token guild id scraper
https://github.com/kwaytv/discord-token-guild-id-scraper

Last synced: about 2 months ago
JSON representation

Simple Discord token guild id scraper

Awesome Lists containing this project

README

        

# 🏰 Guild Scraper 🏰

Welcome to Guild Scraper, an intuitive and powerful tool designed for extracting Guild IDs from Discord using your API tokens. This tool utilizes Python's threading mechanism to efficiently process multiple tokens simultaneously.

> πŸ’‘ Note: This project is just a Proof of Concept (PoC).

## πŸ’» Requirements πŸ’»

- Python 3.8 or above.
- A list of Discord tokens.
- A list of HTTP/HTTPS proxies.

## πŸš€ Usage πŸš€

```bash
# 1. Clone the repository and navigate into it.

# 2. Install the necessary dependencies:
pip install -r requirements.txt

# 3. Edit the `tokens.txt` file and add your Discord API tokens (each token must be on a new line).

# 4. Edit the `proxies.txt` file and add your HTTP/HTTPS proxies (each proxy must be on a new line).

# 5. Run the program:
python main.py
```

## Disclaimer❗

The use of this tool is solely for educational purposes and should not be used for any illegal activities. The creator of this tool does not endorse any illegal use and cannot be held responsible for any misuse by the users.