nitro-generator-checker
nitro-generator-checker copied to clipboard
Discord Nitro gift codes generator and checker with built-in proxy grabber.
nitro-generator-checker

Discord Nitro codes generator and checker with built-in proxy grabber. Saves working ones to a file or Webhook.
Installation and usage
Standalone executable
This is the easiest way, but it is only available for x86-64 Windows, x86-64/arm64 macOS and x86-64 Linux. Just download the archive for your OS from nightly.link, unzip it, edit config.toml and run the nitro_generator_checker executable.
If Windows antivirus detects the executable file as a virus, please read this.
Docker
- Install
Docker Compose. - Download and unpack the archive with the program.
- Edit
config.tomlto your preference. - Run the following commands:
docker compose build --pull docker compose up --no-log-prefix
Running from source code
Desktop
- Install Python. The minimum version required is 3.8.
- Download and unpack the archive with the program.
- Edit
config.tomlto your preference. - Run the script that installs dependencies and starts
nitro-generator-checker:- On Windows run
start.cmd - On Unix-like operating systems run
start.sh
- On Windows run
Termux
To use nitro-generator-checker in Termux, knowledge of the Unix command-line interface is required.
- Download Termux from F-Droid. Don't download it from Google Play.
- Run the following command (it will automatically update Termux packages, install Python, and download and install
nitro-generator-checker):bash <(curl -fsSL 'https://raw.githubusercontent.com/monosans/nitro-generator-checker/main/install-termux.sh') - Edit
~/nitro-generator-checker/config.tomlto your preference using a text editor (vim/nano). - To run
nitro-generator-checkeruse the following command:cd ~/nitro-generator-checker && sh start-termux.sh
License
MIT