Dnomd343
3723d9b5c0
|
1 year ago | |
---|---|---|
.. | ||
README.md | 1 year ago | |
config.yml | 1 year ago | |
data.json | 1 year ago | |
fetch.py | 1 year ago | |
raw.json | 1 year ago | |
release.py | 1 year ago |
README.md
GVLKs
Generic Volume License Keys (GVLKs), sometimes referred to as the KMS client keys.
Microsoft provides keys of different Windows versions on the official website, where data in different languages will be crawled, and json data will be exported after sorting.
Running the following command will automatically crawl and output to raw.json
, you can specify the language in config.yml
.
$ ./fetch.py
Since Microsoft basically uses machine translation in other languages, manually repair the content in raw.json
and save it in data.json
.
Then run the following command, the final data will be saved at ../assets/gvlk.json
by default. The specific order can be specified in config.yml
.
$ ./release.py
Because the GVLKs will be updated with Microsoft's iterations, this working directory will always be updated.