key name
and key secret
with your key name and private key. key secret
is a multi-line key and newlines must be preserved to properly parse the key. Do this on one line with \n
escaped newlines, or with a multi-line string.export JWT=...
.python main.py
(or whatever your file name is).
export JWT=$(python main.py)
.