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 1458f3071c add mac browser path 10 months ago
.gitignore Final updates for automated checkout behavior 10 months ago
README.md Final updates for automated checkout behavior 10 months ago
alarm.wav Update for alarm playing 10 months ago
index.js add mac browser path 10 months ago
login.js add mac browser path 10 months ago
package-lock.json Final updates for automated checkout behavior 10 months ago
package.json Final updates for automated checkout behavior 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.

To use

  1. node login -- login to Best Buy within 1 minute before browser closes on its own!
  2. node .

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.