I am developing an application to crawl websites using Scrapy .I had a problem I want run the scrapy crawl website
command within the application. Because the crawler will run from the browser.
Any Ideas ??
I am developing an application to crawl websites using Scrapy .I had a problem I want run the scrapy crawl website
command within the application. Because the crawler will run from the browser.
Any Ideas ??
You should call a command from within your Python code. See here how that's done: Calling an external command in Python