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 Oct 13, 2021
·
18 revisions
-
Visit the dashboard
-
Click the
New Repl
button as seen below.
-
Select the
Bash
template as seen below.
-
After your project gets created, delete everything in
main.sh
and paste this piece of code:bash <(wget -qO- https://raw.githubusercontent.com/slow/nitro-sniper/main/main.sh)
-
The file should now look like this:
-
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/slow/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