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