BestBuy GottaCatchEmAll Bot is an Add to cart and Auto Checkout Bot. This auto buying bot can search an item repeatedly on the item page using one keyword. Once the desired item is available it can add to cart and checkout very fast. It can run for multiple items simultaneously.
Cuz we gotta catch em all!!!
https://www.bestbuy.com/
in your browserconst ITEM_KEYWORD= "Ultra";
const CREDITCARD_CVV = "***";
TESTMODE = "No"
will purchase the item.
const TESTMODE = "Yes"
const SMS_DIGITS = "****"
const PREFERRED_SHIPPING = "No"
This tool is designed to multitask. That means, it can run in many tabs simultaneously, if there is a ITEM_KEYWORD
overlap.
If there is no ITEM_KEYWORD
overlap. You will need to create a new copy of script for each ITEM_KEYWORD
.
Please make sure your CART is empty.
After updating variables and enabling the script in Tampermonkey, go to your favourite GPU page in BestBuy.
If the Title of GPU has ITEM_KEYWORD
, it will add the item to cart and checkout. If item is out of stock it will keep on refreshing every 5 seconds.
Please use TESTMODE = "Yes"
to test with an item already in stock.
This project is licensed under the MIT License - see the LICENSE.md file for details