Skip to content

philip06/gpu-scalping-toolkit

Repository files navigation

GPU Scanner

Bestbuy Strategy Guide

A product page scanner designed to send out GPU stock drop notifications to one or both of the following endpoints:

Requirements

  • python-3.8.X
  • pip3

Ubuntu Setup Guide

  1. Install python3
  2. Install pip3: sudo apt-get -y install python3-pip
  3. git clone [email protected]:philip06/gpu-scalping-toolkit.git && cd gpu-scalping-toolkit
  4. pip3 install -r requirements.txt

Usage Guide

Checkout Bot

Run bestbuy checkout bot in parallel for all accounts on a sku:

  • python3 gpu_scalping_toolkit.gpu_scanner.start_checkout SKU
Bestbuy Scanning

Scanners will send a notification to our GMU Channel Webhook

Scan bestbuy product page for "High Demand Product" warning or "Add to Cart" button:

  • python3 gpu_scalping_toolkit.gpu_scanner.bestbuy_scanner SKU
EVGA Scanning

Scan EVGA b stock page for specified product number to appear:

  • python3 -m gpu_scalping_toolkit.gpu_scanner.evga_scanner PN
Bestbuy Checkout

Scan bestbuy product page for "High Demand Product" warning or "Add to Cart" button:

  • python3 -m gpu_scalping_toolkit.gpu_checkout_bot.bestbuy_checkout SKU

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published