예제 #1
0
파일: cli.py 프로젝트: wgltony/nvidia-bot
def bestbuy(sku, headless):
    bb = BestBuyHandler(sku, headless)
    bb.run_item()
예제 #2
0
파일: cli.py 프로젝트: JoeUk1981/Rtx-3080
def bestbuy(sku, headless):
    bb = BestBuyHandler(sku,
                        notification_handler=notification_handler,
                        headless=headless)
    bb.run_item()
예제 #3
0
파일: cli.py 프로젝트: anihavoc/nvidia-bot
def bestbuy(sku):
    bb = BestBuyHandler(sku)
    bb.run_item()