Skip to content

asanabrial/in-stock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

In Stock NVIDIA

This is a script that checks the NVIDIA store for available products and sends an email notification if any products are in stock.

Steps to run

  1. Create the virtual env

    • python -m venv .venv
    • source .venv/bin/activate
  2. Install the requirements

    • python -m pip install -r requirements.txt

Steps to clone repo in linux

  • git config --global user.name "name user"
  • git config --global user.email "email user"
  • git config --global credential.helper store
  • git clone [repo url]

Crontabs

Crontab configured for in stock script

Configuration

*/10 * * * *  $HOME/repo/in-clock/run.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors