otx_transforms
otx_transforms copied to clipboard
Suggestion: specify API key in environment or such
Rather than have users edit the code directly, I suggest having the script pull the API key from an environment variable or possibly a configuration file. Pulling it from the command line is generally not a good idea since then it ends up in bash history files and can be viewed by any other users on the system in the process listing.
I will provide a PR shortly to address this :)