So the title describes the question. I have a scrapyd and simple django website to start, stop and retrieve logs for each spider. Scrapyd provides a list of API, but there is no one to retrieve stats of running spider, like - parsed_pages, status_code_404_count, etc. So I want to implement my own service to retrieve this stats. What would be a simplest way for it?
-- You received this message because you are subscribed to the Google Groups "scrapy-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/scrapy-users. For more options, visit https://groups.google.com/d/optout.
