OperaGX Discord Promocode Generator is a tool that generates Discord promotion codes through Opera GX. It utilizes the operagxdriver
to launch Opera GX and save the generated promotion links to a file.
These instructions will get you a copy of the project up and running on your local machine.
- Python 3+
- Opera GX
- Opera Chromium Driver
You can get it from here. Download the driver that matches your browser version.
First, open your terminal and clone the repo then navigate to it.
git clone https://github.com/NoobToolzz/OperaGX-Discord-Promocode-Generator.git
cd OperaGX-Discord-Promocode-Generator
Next, install the requirements
pip install -r requirements.txt
Finally, edit config.json
as follows
-
If you have Opera GX browser installed on the default path, the script will automatically detect it. Otherwise, navigate to your Opera GX folder and find
opera.exe
. Replace the value ofopera_browser_exe
inconfig.json
with the path toopera.exe
. -
Replace the value of
opera_driver_exe
inconfig.json
with the path to the downloaded Opera GX driver.
Launch main.py
or navigate to your terminal and and type python main.py
This tool was created for educational purposes only. I do not endorse any illegal or unethical activities. Please ensure that you comply with Discord and Opera's Terms of Service. I am not responsible for any misuse of this tool.