/Nvidia-Notify

Stock notification bot for Nvidia 3080

Primary LanguagePython

Nvidia-Notify

Simple, quick to set up stock notification bot for Nvidia 3080 that I used to get my 3080. Less than 150 lines of code.

Requirements

How to set up

  1. Clone/Download the notifier.py file and the icon.ico file and put them in the same folder
  2. Open the python file in a text editor and fill in these 5 variables. They have descriptions for what they should be. Then save the file
    • firefoxWebdriverExecutablePath
    • discordWebhookUrl
  3. pip install any dependencies you don't have
    • pip install selenium
    • pip install win10toast

How to Run

python notifier.py

Feel free to submit any PRs or issues!!