This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Installation
eternal edited this page Apr 13, 2022
·
18 revisions
-
Visit the dashboard
-
Visit the environment variables tab.
-
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)
-
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
- To see the output of the sniper, go to the
Console
tab.
- 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
- 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 run -d -v `pwd`/.env:/app/.env nitro-sniper