2 odpowiedzi
+ 1
I would do it with php or django and xml requests. shell_exec() executes shell commands but also returns the content that the python program outputs.
For nodejs
https://github.com/sindresorhus/execa#readme
Send the variable with xml request and pass it in the command line argument when executing python program.
0
How do I set this all up ?