BestBuy-Automated-Checkout
BestBuy-Automated-Checkout copied to clipboard
A bot to constantly run and purchase item on BestBuy.com
Unable to locate element: {"method":"css selector","selector":".BtnTxt"} Is it caused by the change of bestbuy official website?
Was seeing if this would work with pre order items that say “coming soon” instead of “out of stock” and instead of “add to cart” it is “pre order”? Would...
Hello, if out of stock, it constantly tried to add to stock without refreshing the page. What if hours or days pass, wouldn't it not see the new stock?
It doesn't proceed to actually checkout. It'll get there and crash.
so when you run the bot i get a console popup and the console proceeds to close and have to be reopen
BestBuybot.py, line-108: ``` def getinput(): sku_num=skunumber.get() print(sku_num) return sku_num ``` Nowhere in this file or version of this repository is a variable 'skunumber' declared. I presume this is a holdover...
Program always reads item as being in stock. Then it continuously tries to add to cart. The problematic code, "item = self.driver.find_element_by_class_name('btn-lg')" says look for btn-lg but regardless of if...
Looks like it is identifying "out of stock" state as "in stock" and then tries to add to cart.
I thought I would try and use this to try and buy a new Xbox for my son for Xmas as I have had no luck trying to do it...