nickconnors / RTX-3070-Best-Buy-Bot

Selenium WebDriver Python script to auto checkout RTX 3070 graphics card when in stock
136 stars 58 forks source link

RTX 3070 Best Buy Bot

Features

Prerequisites

Dependencies

Running the Bot

  1. Make sure you have Python 3.9
  2. Edit the info.py file with your Best Buy account email and password and cvv for the card on the account
  3. Navigate to your project directory and run the bot.py script from your preferred environment
  4. Feel free to change the Best Buy links in the bot.py file to any item on bestbuy.com
    • NOTE: From testing it appears that it depends on the price of the item wheter or not the cvv number is asked for. If you plan to use this bot for something cheaper you may need to remove/comment the segment of code detecting and filling in the cvv field.