Skip to content

Instantly share code, notes, and snippets.

View urielsalis's full-sized avatar
:shipit:
Breaking live with style

Uriel Salischiker urielsalis

:shipit:
Breaking live with style
View GitHub Profile
@robot56
robot56 / gist:fefe6f00ab54a6e59b99
Created June 2, 2015 02:44
Quick and dirty script to poll all drivers from NVIDIA.com's front-end API. It can take ~12 hours to complete, be warned!
import sys
import requests
import json
import time
import re
import base64
class NvidiaDriverGrabber():
def __init__(self, lookup_url, process_url, product_types, locale, language, throttle = 5):
self.LOOKUP_URL = lookup_url