New on LowEndTalk? Please Register and read our Community Rules.
[PHP][Python][DeployGate] Assistant needed
Hello,
I am trying to do a php/python web application to communicate with deploygate cli
deploygate cli tool will ask for an email address and password to login with and deploy.
my question: what is the best way to accomplish this ?
Thanks
Comments
I was going to point to the API, but that's also pretty useless.
You should use the API, that's what it's there for. If you insist on using the CLI you can try flask + https://github.com/pexpect/pexpect
Oh man.. someone recreated expect!? Craaaaaazy how many times it's been re-implemented.