This is a script that checks the NVIDIA store for available products and sends an email notification if any products are in stock.
-
Create the virtual env
- python -m venv .venv
- source .venv/bin/activate
-
Install the requirements
- python -m pip install -r requirements.txt
- git config --global user.name "name user"
- git config --global user.email "email user"
- git config --global credential.helper store
- git clone [repo url]
Crontab configured for in stock script
*/10 * * * * $HOME/repo/in-clock/run.sh