https://github.com/fuwn/nitrous
📘 Discord Nitro Code Generator and Checker
https://github.com/fuwn/nitrous
checker discord nitro rust
Last synced: 12 months ago
JSON representation
📘 Discord Nitro Code Generator and Checker
- Host: GitHub
- URL: https://github.com/fuwn/nitrous
- Owner: Fuwn
- License: gpl-3.0
- Created: 2021-05-20T01:51:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-27T18:14:51.000Z (about 1 year ago)
- Last Synced: 2025-04-12T14:07:55.342Z (12 months ago)
- Topics: checker, discord, nitro, rust
- Language: Rust
- Homepage:
- Size: 220 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
📘 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!
.. code-block:: shell
$ 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
""""""""""""""""
.. code-block:: shell
$ nitrous generate
Checking Codes
""""""""""""""
.. code-block:: shell
$ 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, -- :code:`http`, :code:`socks4`, or
:code:`socks5` -- you can can specify your proxy file as so;
.. code-block:: shell
$ nitrous check [proxy_list]
.. code-block:: shell
$ 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 :code:`./.nitrous/codes.txt`. If you would
like to override this behaviour, specify your file after the proxy type with the
:code:`file` flag;
.. code-block:: shell
$ 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 <./LICENSE>`_