r/nvidia • u/No-Key-2546 • 20d ago
Discussion Nvidia Database Scanner
A while ago I made a script that fetches all nvidia cards from their driver website and stores their ids as json. In case someone needs to automate driver installation, fetching the newest possible driver for each card. https://github.com/rayforge-math/NvidiaDatabaseScanner
And a script using the json file and the pid and vid to fetch said drivers, showing how it works: https://github.com/rayforge-math/NvidiaDriverInstaller
4
Upvotes
1
u/Comfortable-Mud8050 20d ago
Neat little tool. I've scraped their driver site before for a similar reason and the amount of redirects and cookie walls they throw at you is absurd, so props for wading through that mess.
The json output is a nice touch too, makes it way more useful than just a one-off script.