https://github.com/ifvictr/nitrous
🤖 A fully-featured, yet intuitive CLI bot for Nitro Type
https://github.com/ifvictr/nitrous
bot nitrotype websocket
Last synced: 10 months ago
JSON representation
🤖 A fully-featured, yet intuitive CLI bot for Nitro Type
- Host: GitHub
- URL: https://github.com/ifvictr/nitrous
- Owner: ifvictr
- License: mit
- Created: 2018-10-23T18:40:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T22:19:52.000Z (almost 4 years ago)
- Last Synced: 2025-08-12T02:34:04.820Z (10 months ago)
- Topics: bot, nitrotype, websocket
- Language: JavaScript
- Homepage: https://npm.im/@ifvictr/nitrous
- Size: 27.3 KB
- Stars: 6
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Nitrous
A fully-featured, yet intuitive CLI bot for Nitro Type.
## Installation
```bash
# Use npm…
$ npm i -g @ifvictr/nitrous
# …or Yarn
$ yarn global add @ifvictr/nitrous
# …or npx (for one-off uses)
$ npx @ifvictr/nitrous [options]
```
## Usage
```bash
Usage: nitrous [options]
Options:
-V, --version output the version number
-a, --accuracy Average accuracy of racer. Should be a float value between 0 (0%) and 1 (100%).
-c, --count The amount of races to complete before stopping. If omitted, the racer will never stop
-f, --file File containing user credentials and other configurations
-n, --maxNitros Maximum amount of nitros to use per race
-p, --password Password of target user account
-S, --smart If enabled, WPM and accuracy automatically decrease over time to imitate fatigue
-s, --targetPlace Target place (i.e. first place) of the racer (cannot be guaranteed)
-t, --timeout Time to wait before starting the next race
-u, --username Username (not display name) of target user account
-w, --wpm Average WPM of racer
-h, --help output usage information
```
## Setup
Refer to the [example config file](./config.example.json) for an idea of how to set your file up. All available configuration properties correspond to the command flags listed above.
### Advanced (not available via command flags)
#### `userAgent`
Set the user agent the bot uses (not required, but recommended if you want activity to blend in).
## License
[MIT](./LICENSE.txt)