Scrapy manually sending item to pipeline

Scrapy manually sending item to pipeline

Sometime, we need send result item to pipeline manually ex, entering input data to the database. This article will detail the step to do it

Step 1: Create a function to get pipeline instance

Step 2: Call the pipeline to send an item

Hope it help. Thanks!!!

Leave a Reply

Your email address will not be published. Required fields are marked *