apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
24 stars 14 forks source link

Python Scrapy Template: Add some "hello world" middleware #237

Closed vdusek closed 9 months ago

vdusek commented 9 months ago

In our existing Scrapy Actor template, we've successfully implemented a "hello world" spider, an item model, and an item pipeline. However, we're currently lacking a middleware component. To enhance the template, let's implement a "hello world" middleware, that will inform users about its presence and functionality.

We can present both SpiderMiddleware and DownloaderMiddleware.