scrapy — Easy Playground
Full-featured web crawling and scraping framework
Getting started with scrapyRun locally
Install
pip install scrapyPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: scrapy)
scrapy is a third-party package. Full-featured web crawling and scraping framework. Install with: pip install scrapy
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?