Forked from: https://github.com/YonkaDingo/5090BOT Edits to play an alarm, and search through multiple skuIDs.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Ibraheem Saleh 7bb2f4c062 Update for alarm playing 10 months ago
.gitignore Update for alarm playing 10 months ago
README.md Update for alarm playing 10 months ago
alarm.wav Update for alarm playing 10 months ago
index.js Update for alarm playing 10 months ago
package-lock.json Update for alarm playing 10 months ago
package.json Update for alarm playing 10 months ago

README.md

5090 Bot from wbuffetsukdik reddit user

Here's the github repository. It requires a bit of technical knowledge to set up, but not too hard.

Install nodeJS and NPM.

  1. Move the files in the repository into a folder on your computer named "GPUMonitor".
  2. Open the command line, navigate to the folder using "cd" to move to the file path
  3. When you are in the correct folder in the terminal, run the command "npm i". This installs a HTTP library that is required for the bot.
  4. Once installed, navigate to the parent directory of your folder. "cd.." if you are inside your folder.
  5. Run the command "node GPUMonitor" and the bot will begin running.