Skip to content

Receive notification on Discord when a graphic card is available on the Nvidia website

Notifications You must be signed in to change notification settings

louis-genestier/nvidia-notifier

Repository files navigation

Nvidia Notifier

Receive notification on Discord when a Founder Edition card is set as available on the Nvidia website. (Only working for 3080 for now)

Installation

Install all the dependencies

npm i 

Copy .env.dst and rename it to .env

cp .env.dist .env

Open .env and set the variables

## Discord webhook url
URL_DISCORD=https://discord.com/api/webhooks/XXXXXXXX/XXXXX
## Send error to discord (1 or 0)
SEND_ERRORS_TO_DISCORD=1
## Set interval in seconds between each request
INTERVAL=5

Compile the project and run it !

npm run start
node build/index.js 

Logs are stocked in logs.txt

About

Receive notification on Discord when a graphic card is available on the Nvidia website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published