I have JS script that gets as a parameter another JS and unpack it (from eval(function) packers).
I tried to run it using PyExecJs but it raise me errors like execjs.RuntimeError: SyntaxError: Unexpected token ;
I tried to use PyV8 but I got a issues with install it.. Does anybody know another simple way to run JS through Python?