This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the LICENSE file for details.
UK's Group Finder is a powerful Python script designed to efficiently discover active and unowned Roblox groups. Leveraging asynchronous requests and threading, it rapidly checks the status of groups on Roblox and sends notifications to a specified webhook upon finding hits.
This project was developed using Python, specifically version 3.7 and above. It utilizes the asyncio library for asynchronous operations and aiohttp for handling HTTP requests asynchronously. Threading is implemented to maximize system resources and achieve optimal performance during group checking.
- Python 3.7+
- asyncio library
- aiohttp library
- dhooks library
To run UK's Group Finder smoothly, it is recommended to have the following software installed:
- Python 3.7 or higher: Install from the official Python website (https://www.python.org/downloads/).
- aiohttp library: Install using pip (pip install aiohttp).
- dhooks library: Install using pip (pip install dhooks).
- Clone this repository to your local machine.
- Install the required libraries using pip:
pip install aiohttp dhooks
- Set up a webhook URL to receive hit and error notifications. You can use services like Discord's Webhooks or create a custom webhook receiver.
- Open main.py in a text editor.
- Replace "YOUR_WEBHOOK_URL_HERE" with your actual webhook URL.
- Adjust the number of threads based on your system's capabilities and desired performance.
- Run the script: python main.py
Replace "YOUR_WEBHOOK_URL_HERE" in the script with your actual webhook URL.
Adjust the number of threads based on your system's capabilities and the desired performance.
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. See the LICENSE file for details. Disclaimer
This script is provided as-is without any warranties. Use it responsibly and comply with Roblox's terms of service and API usage guidelines. Acknowledgments
The script uses the aiohttp library for asynchronous HTTP requests.
The dhooks library is used for webhook integration.
For any issues or questions, please open an issue on GitHub!