This project was written in response to the recent NVIDIA RTX 3080 release debacle. During the launch multiple different groups of scalpers used closed source "bots" to procure large quantities of NVIDIA GPU's and most consumers were left without being able to purchase the product. This project will provide a short term solution so that customers can ensure they can buy a GPU and compete with these scalpers.
NVIDIA Clerk doesn't actually purchase products for customers, it simply tracks the avaliable inventory from NVIDIAs APIs and automatically adds a GPU to your checkout/cart and navigates your browser checkout page whenever they become avaliable. The clerk can also notify you of this process if you provide Twilio API information (I am not interested in running an entire service for users, so this feature is limited to users aware of how to setup such things).
- Google Chrome
- Administrator Access
Download the latest release from Releases
❗ Make sure you accept any browser warnings, these warnings are due to the fact that these release binaries are not "signed" (this costs money and as a free project we haven't paid for a signing certificate) |
---|
AUT,BEL,CAN,CZE,DNK,FIN,FRA,DEU,USA,GBR,IRL,ITA,SWE,LUX,POL,PRT,ESP, NOR, NLD
❗ Once you execute the below commands make sure to leave the Google Chrome browser that it launches open |
---|
📝 | All commands should be executed inside of cmd.exe |
---|
./nvidia-clerk-windows.exe -region=REGION_CODE_HERE
📝 | All commands should be executed inside of Terminal.app |
---|
chmod +x ./nvidia-clerk-darwin
./nvidia-clerk-darwin -region=REGION_CODE_HERE
📝 | All commands should be executed inside of Shell |
---|
chmod +x ./nvidia-clerk-linux
./nvidia-clerk-linux -region=REGION_CODE_HERE
Testing is currenly only supported for the USA region but it should show you what the automated checkout will look like.
📝 | All commands should be executed inside of cmd.exe |
---|
./nvidia-clerk-windows.exe -region=USA -test
📝 | All commands should be executed inside of Terminal.app |
---|
./nvidia-clerk-darwin -region=USA -test
📝 | All commands should be executed inside of Shell |
---|
./nvidia-clerk-linux -region=USA -test
set TWILIO_ACCOUNT_SID=YOUR_TWILIO_ACCOUNT_SID_HERE
set TWILIO_TOKEN=YOUR_TWILIO_TOKEN_HERE
set TWILIO_SOURCE_NUMBER=YOUR_TWILIO_SERVICE_NUMBER_HERE
set TWILIO_DESTINATION_NUMBER=YOUR_DESITNATION_NUMBER_FOR_NOTIFICATIONS_HERE
./nvidia-clerk-windows.exe -sms -test
./nvidia-clerk-windows.exe -sms -region=REGION_CODE_HERE
set DISCORD_WEBHOOK_URL=DISCORD_WEBHOOK_URL_HERE
./nvidia-clerk-windows.exe -discord -test
./nvidia-clerk-windows.exe -discord -region=REGION_CODE_HERE
set TWITTER_CONSUMER_KEY=YOUR_TWITTER_CONSUMER_KEY_HERE
set TWITTER_CONSUMER_SECRET=YOUR_TWITTER_CONSUMER_SECRET_HERE
set TWITTER_ACCESS_TOKEN=YOUR_TWITTER_ACCESS_TOKEN_HERE
set TWITTER_ACCESS_SECRET=YOUR_TWITTER_ACCESS_SECRET_HERE
./nvidia-clerk-windows.exe -twitter -test
./nvidia-clerk-windows.exe -twitter -region=REGION_CODE_HERE
set TELEGRAM_API_KEY=YOUR_TELEGRAM_API_KEY_HERE
set TELEGRAM_CHAT_ID=YOUR_TELEGRAM_CHAT_ID_HERE
./nvidia-clerk-windows.exe -telegram -test
./nvidia-clerk-windows.exe -telegram -region=REGION_CODE_HERE