SubStack
14 years ago
hacked up a ton of new stuff on the train earlier
latest #10
SubStack
14 years ago
like buffer packing and unpacking for bigint
Lemongrass wants
14 years ago
to ask you this. Are there tools I can use to simulate a HTML+JavaScript browser environment with no browser UI?
Lemongrass wants
14 years ago
to programatically interface with websites which use loads of JavaScript.
立即下載
Altreus says
14 years ago
There's a Perl module built on WWW::Mechanize which runs the Javascript on the web page as well.
Altreus says
14 years ago
it's pretty alpha but it has worked for me to scrape things that get populated by AJAX, which is its point.
Lemongrass says
14 years ago
thanks. I'll take a look.
Lemongrass says
14 years ago
WWW::Scripter::-Plugin::JavaScript seems to have superceded it.
Lemongrass will
14 years ago
try that agan!
Lemongrass says
14 years ago
WWW::Scripter:: Plugin::JavaScript
SubStack
14 years ago
there's node.js too, which is just chrome's v8 engine with file and network bindings
back to top