My ultimate goal is to create a web crawler capable of loading all the images on a web page. My understanding from the reading I did is that I need to embed a rendering / layout engine like Gecko or Webkit.
Unfortunately, I run windows, so PyWebkit is missing and a short C ++ training for Gecko or Java for using Rhino, I donβt know where to turn.
Is there a reliable python binding rendering engine that will work on Windows (64-bit, Windows 7)? Is there an easy way to execute javascript in a python script on windows?
source share