https://github.com/monosans/nitro-generator-checker
Discord Nitro gift codes generator and checker with built-in proxy grabber.
https://github.com/monosans/nitro-generator-checker
Last synced: over 1 year ago
JSON representation
Discord Nitro gift codes generator and checker with built-in proxy grabber.
- Host: GitHub
- URL: https://github.com/monosans/nitro-generator-checker
- Owner: monosans
- License: mit
- Created: 2021-07-03T17:07:29.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-15T00:23:41.000Z (about 2 years ago)
- Last Synced: 2024-04-16T01:42:12.879Z (about 2 years ago)
- Language: Python
- Homepage:
- Size: 406 KB
- Stars: 37
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nitro-generator-checker
[](https://github.com/monosans/nitro-generator-checker/actions/workflows/ci.yml)

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](https://nightly.link/monosans/nitro-generator-checker/workflows/ci/main?preview), 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](https://github.com/Nuitka/Nuitka/issues/2496#issuecomment-1762836583).
### Docker
- [Install `Docker Compose`](https://docs.docker.com/compose/install/).
- Download and unpack [the archive with the program](https://github.com/monosans/nitro-generator-checker/archive/refs/heads/main.zip).
- Edit `config.toml` to your preference.
- Run the following commands:
```bash
docker compose build --pull
docker compose up --no-log-prefix
```
### Running from source code
#### Desktop
- Install [Python](https://python.org/downloads). The minimum version required is 3.9.
- Download and unpack [the archive with the program](https://github.com/monosans/nitro-generator-checker/archive/refs/heads/main.zip).
- Edit `config.toml` to 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`
#### Termux
To use `nitro-generator-checker` in Termux, knowledge of the Unix command-line interface is required.
- Download Termux from [F-Droid](https://f-droid.org/en/packages/com.termux/). [Don't download it from Google Play](https://github.com/termux/termux-app#google-play-store-experimental-branch).
- Run the following command (it will automatically update Termux packages, install Python, and download and install `nitro-generator-checker`):
```bash
bash <(curl -fsSL 'https://raw.githubusercontent.com/monosans/nitro-generator-checker/main/install-termux.sh')
```
- Edit `~/nitro-generator-checker/config.toml` to your preference using a text editor (vim/nano).
- To run `nitro-generator-checker` use the following command:
```bash
cd ~/nitro-generator-checker && sh start-termux.sh
```
## License
[MIT](LICENSE)