scrapyrt icon indicating copy to clipboard operation
scrapyrt copied to clipboard

HTTP API for Scrapy spiders

Results 34 scrapyrt issues
Sort by recently updated
recently updated
newest added

I am using scrapyrt extensively by just sending requests from another server where that other server has been using crontab. However, I began wondering if I could just set scrapyrt...

def modify_realtime_request(self, request): yield {'name':'test'} {"status": "ok", "items": [], "items_dropped": [], "stats": {"elapsed_time_seconds": 0.004274, "finish_reason": "finished", "finish_time": "2022-10-27 08:50:15", "log_count/ERROR": 2, "log_count/INFO": 9, "memusage/max": 65720320, "memusage/startup": 65716224, "start_time": "2022-10-27 08:50:15"},...

Hi Team, I am trying to override the log settings so that I can dump my logs to a custom file in a custom directory. However, the scrapyRT code never...