Skip to content

Instantly share code, notes, and snippets.

@jvwam
jvwam / DynamicCredentialScript.py
Created July 26, 2023 00:40
Royal TS Dynamic Folder 1Password multiple vaules
from __future__ import print_function
from functools import partial
from sys import platform as _platform
from subprocess import Popen, PIPE
import sys
import json
import subprocess
import os
import base64