Skip to content

Jacobinski/RTX-4090-Stock-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTX 4090 Founder's Edition Stock Tracker

A simple CLI tool which will continuously check if the RTX 4090 Founder's Edition is in stock on ww.bestbuy.com. It will text you as soon as the RTX 4090 is available for purchase.

Image showng RTX 4090 out of stock

Installation

  1. Download the project: git clone git@github.com:Jacobinski/RTX-4090-Stock-Tracker.git
  2. Download and install Python 3.10.0
  3. Install required modules: pip install -r requirements.txt
  4. Setup a free Twilio account: https://www.twilio.com/try-twilio
  5. Configure notifications by creating a config.yaml file in the same directory as main.py and populating it with your Twilio information:
    twilio:
      account_sid: 'ACXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
      auth_token: '31XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'
      message_sender: '+1888XXXXXXX'
      message_receiver: '+1XXXXXXXXXX'
  6. Run the tool and wait a few days for BestBuy to restock the RTX 4090: python main.py

Releases

No releases published

Packages

No packages published

Languages