To download a JSON file from an NVD site I use the following code:
#!/usr/bin/env python from tqdm import tqdm import time import requests import re chunk_siz