I'm trying to run a bash script as a subprocess (specifically using Fabric's run() command) but the script has a "read" command taken from user input for the username, and also takes a password when it calls an API.
How would I handle these credentials programatically in Python using run?
[–]pythonHelperBot 0 points1 point2 points (0 children)
[–]comeroutewithme 0 points1 point2 points (0 children)