Take Information in NIST NVD for ICS

This project developed with Python.
When you search in the NIST NVD data, you write a keyword which is explain your research.(https://nvd.nist.gov/vuln/search) After that, you see the vuln ID, description, Published time ,and CVSS severity (Version 2 and Version3) fields.
I use the BeautifulSoup library for taking this fileds. The library parse the htlm codes in web sites for what do you want to take.
I write the results Sqlite database and json format.
I run the project with -w parameter. This parameter is that what dou you want the search in NIST NVD databse.
You can see the research results in the json and database files.