Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Installation

eternal edited this page Apr 13, 2022 · 18 revisions

Repl.it (recommended)

  • Visit the dashboard

  • Click the badge below.
    Run on Repl.it

  • 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:

    • If you want to keep the sniper running 24/7 even when you shut down your PC, use uptime robot to ping the repl.it URL as seen here
      Image
    • To see the output of the sniper, go to the Console tab.
      Image

Local

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

Docker

  • docker run -d -v `pwd`/.env:/app/.env nitro-sniper
Clone this wiki locally