This project is a generator for free Discord Nitro links/offers using Opera GX. It uses a multi-threaded approach to generate and validate the offers. Take this code skids, its ready out of the box.
- Multi-threaded requests for efficient generation.
- Proxy support to bypass rate limits.
- Configurable settings via a YAML file.
- Clone this repository.
- Install the required Python packages with
pip install -r requirements.txt
. - Configure your settings in
config.yml
. - Run the script with
python main.py
.
You can configure the script via the config.yml
file. Here are the available settings:
proxies_file
: The path to your file containing proxy addresses.num_threads
: The number of threads to use for making requests.url
: The URL to make requests to.headers
: The headers to include in the requests.
This project is for educational purposes only. Misuse of this code can violate Discord's terms of service.
Contributions are welcome! Please read the contributing guidelines before making any changes.
This project is licensed under the MIT License. See LICENSE
for more details.