i deployed and scheduled my spider on http://localhost:6800/
success, but where's data of item store ? How could i get them ?
thanks so much !
i deployed and scheduled my spider on http://localhost:6800/
success, but where's data of item store ? How could i get them ?
thanks so much !
您应该处理它process_item()
而不是由scrapyd处理。因为scrapyd只记录项目,所以除了日志文件之外存储数据的方式没有区别。您可以在 scrapyd 的文档中找到它。
在 scrapyd 中,您必须在 scrapyd.conf 文件中定义项目目录,有关更多信息,您可以查看 scrapyd 文档scrapyd.conf