Question

I have an IIS server and on it I have an ASP.NET MVC application. The MVC application will revolve around Scraped data. Is there a way I can run Scrapy (a tool built in Python) on IIS? Simliar to how we can run PHP and WordPress on IIS.

Was it helpful?

Solution

The Scrapy Tool does not need a web server to run, and yes you can install it on Windows. If you are talking about using a graphical web-based interface you may have to write your own or you can keep up with the latest efforts on the mailing list.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top