Search code examples
iisscrapyscrapyd

Run Scrapy on IIS


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.


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.