Set your TPID
variable and your Bearer_Token
variable, then run.
- Clone this repo
- Rename the
.vscode_REMOVETHIS
folder to.vscode
- Modify
.vscode\launch.json
to point to the path of your script ("script") and your run parameters ("args") which includes-tpidInput <path_to_id.txt>
and-bearer_token <your_token>
.
NOTE: Please ensure you are escaping backslash in any path in the launch.json file
- Run in VScode by pressing [F5]