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
- Host: GitHub
- URL: https://github.com/kwaytv/discord-token-guild-id-scraper
- Owner: kWAYTV
- License: mit
- Created: 2023-05-30T20:00:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-30T20:06:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T00:33:02.718Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.