Skip to content

Stock notification bot for Nvidia 3080

Notifications You must be signed in to change notification settings

zeroshift/Nvidia-Notify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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
    • twilioToNumber
    • twilioFromNumber
    • twilioAuth
    • twilioSid
  3. pip install any dependencies you don't have
    • pip install twilio
    • pip install selenium
    • pip install win10toast

How to Run

python notifier.py

Feel free to submit any PRs or issues!!

About

Stock notification bot for Nvidia 3080

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%