Skip to content
/ nitrous Public

๐Ÿ“˜ Discord Nitro Code Generator and Checker

License

Notifications You must be signed in to change notification settings

Fuwn/nitrous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“˜ Nitrous

What?

Nitrous is a Discord Nitro code generator and checker.

Why should I use Nitrous?

  • Nitrous is very fast.
  • Nitrous is simple to use.
  • Nitrous is efficient.

Getting up and Running

Installation

A prebuilt binary for x86_64-based Linux systems is available in the releases. If you are using a different operating system such as macOS or Windows, you'll have to build and install the tool yourself!

$ cargo install --git https://github.com/fuwn/nitrous --branch main

If you are building and installing yourself, you must have Rust installed!

Usage

Generating Codes

$ nitrous generate <amount>

Checking Codes

$ nitrous check tor

It is recommended that you use Tor as a proxy, however, if you'd like to use any of the other supported proxy types, -- http, socks4, or socks5 -- you can can specify your proxy file as so;

$ nitrous check <proxy_type> [proxy_list]
$ nitrous check socks5 ./socks5_proxies.txt

The previous command (without any specified codes file) will run the check routine on a default file value of ./.nitrous/codes.txt. If you would like to override this behaviour, specify your file after the proxy type with the file flag;

$ nitrous check tor --file /path/to/codes.txt # `-f` also works!

Prebuilt Binaries

Prebuilt binaries for the latest release may be found here.

Up and Coming

  • Multi-threaded support

License

GNU General Public License v3.0