A product page scanner designed to send out GPU stock drop notifications to one or both of the following endpoints:
- a discord channel webhook: GMU Channel Webhook
- an endpoint which executes a checkout bot
- python-3.8.X
- pip3
- Install python3
- Install pip3:
sudo apt-get -y install python3-pip
git clone [email protected]:philip06/gpu-scalping-toolkit.git && cd gpu-scalping-toolkit
pip3 install -r requirements.txt
Run bestbuy checkout bot in parallel for all accounts on a sku:
python3 gpu_scalping_toolkit.gpu_scanner.start_checkout SKU
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
Scan EVGA b stock page for specified product number to appear:
python3 -m gpu_scalping_toolkit.gpu_scanner.evga_scanner PN
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