
Reviewed-on: https://cdm-project.com/Decryption-Tools/TPD-Keys/pulls/2
TPD-Keys
Created by @TPD94
Based on pywidevine
How to use:
-
Create
TPD-Keys
folder. -
Download and extract
TPD-Keys.py
,requirements.txt
andLicense_curl.py
into the newly createdTPD-Keys
directory -
Install the requirements with
pip install -r requirements.txt
-
Crete a WVD with pywidevine;
pywidevine create-device -k "/PATH/TO/device_private_key" -c "/PATH/TO/device_client_id_blob" -t "ANDROID" -l 3
-
Place your .wvd in
/WVDs
directory, if you do not have this directory, create it or run the program withpython TPD-Keys.py
and it will be created for you -
Place your API key (if wanted) in
/Config/api-key.txt
if you do not have this file or directory, create it or run the program withpython TPD-Keys.py
and it will be created for you. If you don't have an API key, you can request one via discord -
Paste dictionaries from license request curl post request into
License_curl.py
-
Run with
python tpd-keys.py
To view additional options you can use python tpd-keys.py -h