I am writing several scripts with python mechanics. One of the problems I am facing is it is very difficult to find the support javascript supports for web client, scrambling or crawler. I found several such as python-spidermonkey and pykhtml , but most of them are only supported on Linux.
I want to make my python script with an exe file, so definitely I need to install on a Windows platform.
My question is: is there a way to install python-spidermonkey or pykhtml on Windows?
source share