Skip to content

Installation

slow-fork edited this page Jan 26, 2022 · 5 revisions

Repl.it (recommended)

https://replit.com/@slowfork/nitro-sniper

  • Visit the dashboard

  • Click the New Repl button as seen below.
    Image

  • Click the Import from GitHub tab
    Image

  • Paste the following inside the box:
    https://github.com/slow-fork/nitro-sniper

  • After the process completes, visit the environment variables tab.
    Image

  • Set the key as settings and paste this inside the value text box; proceed to edit your configuration.

  • After you are done editing your configuration, click Add new secret. (You can go back to that tab whenever to change your settings)
    Image

  • You can now use CTRL + ENTER or CMD + ENTER to start the sniper or by using the Run button at the top of the page.

  • Tips:

    • To see the output of the sniper, go to the Console tab.
      Image
    • If you wish to update the sniper when a new version is released you can run git pull in the Shell tab as seen in this screenshot:
      Image

Local

  • Make sure Node v14+ is installed on your system and open a command prompt/terminal.
  • Run git clone https://github.com/slow-fork/nitro-sniper nitro-sniper
  • Run cd nitro-sniper
  • Run npm install
  • Edit the .env file.
  • Run node .
Clone this wiki locally